Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
OpenSpace
Commits
b09f89f9
Commit
b09f89f9
authored
7 years ago
by
Alexander Bock
Browse files
Options
Download
Email Patches
Plain Diff
Build OpenSpace on Linux Jenkins multithreaded
Remove unused NASM declaration
parent
87d25549
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Jenkinsfile
+2
-2
Jenkinsfile
with
2 additions
and
2 deletions
+2
-2
Jenkinsfile
+
2
-
2
View file @
b09f89f9
...
...
@@ -34,7 +34,7 @@ stage('Build') {
cd build
cmake .. '''
+
flags
+
''' ..
make
make
-j2
'''
}
}
...
...
@@ -70,7 +70,7 @@ stage('Build') {
mkdir ${srcDir}/build
fi
cd ${srcDir}/build
/Applications/CMake.app/Contents/bin/cmake -G Xcode
-D NASM=/usr/local/bin/nasm
${srcDir} .. '''
+
/Applications/CMake.app/Contents/bin/cmake -G Xcode ${srcDir} .. '''
+
flags
+
'''
xcodebuild -quiet
'''
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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