Commit b09f89f9 authored by Alexander Bock's avatar Alexander Bock
Browse files

Build OpenSpace on Linux Jenkins multithreaded

Remove unused NASM declaration
parent 87d25549
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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
'''
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment