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
8bc2ed94
Unverified
Commit
8bc2ed94
authored
Aug 11, 2020
by
peastman
Committed by
GitHub
Aug 11, 2020
Browse files
Attempt at fixing Azure builds (#2804)
* Attempt at fixing Azure builds * Fixed an incorrect path
parent
3de880c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.azure-pipelines/azure-pipelines-windows.yml
.azure-pipelines/azure-pipelines-windows.yml
+2
-1
No files found.
.azure-pipelines/azure-pipelines-windows.yml
View file @
8bc2ed94
...
...
@@ -23,7 +23,6 @@ jobs:
-
script
:
|
choco install -y miniconda3
choco install -y doxygen.install
choco install -y swig
choco install -y graphviz
choco install -y 7zip.install
choco install -y wget
...
...
@@ -46,6 +45,7 @@ jobs:
fftw ^
ninja ^
numpy ^
swig ^
pytest ^
pytest-xdist ^
python=$(python.version)
...
...
@@ -94,6 +94,7 @@ jobs:
# Build
-
script
:
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
set SWIG_LIB=C:\tools\miniconda3\Library\bin\Lib
cmake --build . ^
--config $(cmake.build.type) ^
-- -j %NUMBER_OF_PROCESSORS%
...
...
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