Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
c871c9a0
Unverified
Commit
c871c9a0
authored
6 years ago
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install correct g++
parent
63d619e2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
.doozer.json
.doozer.json
+10
-4
No files found.
.doozer.json
View file @
c871c9a0
...
@@ -13,14 +13,14 @@
...
@@ -13,14 +13,14 @@
"cd .."
,
"cd .."
,
"mkdir build"
,
"mkdir build"
,
"cd build"
,
"cd build"
,
"../
../
cmake-3.14.0/bin/cmake .."
,
"../cmake-3.14.0/bin/cmake .."
,
"make -j8"
,
"make -j8"
,
"ctest -VV -j8"
"ctest -VV -j8"
]
]
},
},
"fedora24-x86_64"
:
{
"fedora24-x86_64"
:
{
"buildenv"
:
"fedora24-x86_64"
,
"buildenv"
:
"fedora24-x86_64"
,
"builddeps"
:
[
"cmake"
,
"make"
,
"g++"
],
"builddeps"
:
[
"cmake"
,
"make"
,
"g
cc gcc-c
++"
],
"buildcmd"
:
[
"buildcmd"
:
[
"uname -a"
,
"uname -a"
,
"mkdir build"
,
"mkdir build"
,
...
@@ -32,12 +32,18 @@
...
@@ -32,12 +32,18 @@
},
},
"centos7-x86_64"
:
{
"centos7-x86_64"
:
{
"buildenv"
:
"centos7-x86_64"
,
"buildenv"
:
"centos7-x86_64"
,
"builddeps"
:
[
"build-essential"
,
"cmake"
],
"builddeps"
:
[
"build-essential"
,
"cmake"
,
"wget"
],
"buildcmd"
:
[
"buildcmd"
:
[
"uname -a"
,
"uname -a"
,
"wget https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0.tar.gz"
,
"tar xfz cmake-3.14.0.tar.gz"
,
"cd cmake-3.14.0"
,
"./bootstrap"
,
"make -j8"
,
"cd .."
,
"mkdir build"
,
"mkdir build"
,
"cd build"
,
"cd build"
,
"cmake .."
,
"
../cmake-3.14.0/bin/
cmake .."
,
"make -j8"
,
"make -j8"
,
"ctest -VV -j8"
"ctest -VV -j8"
]
]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment