Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
e63bc99d
Commit
e63bc99d
authored
Aug 18, 2015
by
peastman
Browse files
Merge pull request #1098 from rmcgibbo/appveyor-faster
Appveyor faster
parents
149faaed
009e9402
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
appveyor.yml
appveyor.yml
+4
-5
No files found.
appveyor.yml
View file @
e63bc99d
...
@@ -20,18 +20,17 @@ install:
...
@@ -20,18 +20,17 @@ install:
-
"
set
PATH=C:
\\
fftw;%PATH%"
-
"
set
PATH=C:
\\
fftw;%PATH%"
# Download and install some OpenMM build dependencies (doxygen, swig)
# Download and install some OpenMM build dependencies (doxygen, swig)
# and the jom (parallel make) build tool
-
choco install -y doxygen.portable swig jom
-
choco install -y doxygen.portable swig jom
# Set CMake options
# Set CMake options
-
ps
:
$env:CMAKE_FLAGS=
"
-DOPENMM_BUILD_PME_PLUGIN=ON -DFFTW_LIBRARY=C:/fftw/libfftw3f-3.lib -DFFTW_INCLUDES=C:/fftw -DCMAKE_BUILD_TYPE=Release -DOPENMM_BUILD_EXAMPLES=OFF
"
-
ps
:
$env:CMAKE_FLAGS=
'
-DOPENMM_BUILD_PME_PLUGIN=ON -DFFTW_LIBRARY=C:/fftw/libfftw3f-3.lib -DFFTW_INCLUDES=C:/fftw -DCMAKE_BUILD_TYPE=Release -DOPENMM_BUILD_EXAMPLES=OFF
-DCMAKE_CXX_FLAGS_RELEASE="/MD /Od /Ob0 /D NDEBUG"'
-
mkdir build
-
mkdir build
-
cd build
-
cd build
-
cmake -G "NMake Makefiles" %CMAKE_FLAGS% -LA ..
-
cmake -G "NMake Makefiles
JOM
" %CMAKE_FLAGS% -LA ..
# Run the build
# Run the build
-
jom
install
-
cmake --build . --target
install
-
jom
PythonInstall
-
cmake --build . --target
PythonInstall
build
:
false
build
:
false
test_script
:
test_script
:
...
...
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