Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
a760e89c
Commit
a760e89c
authored
Feb 15, 2018
by
eric pellegrini
Committed by
Remi Perenon
Mar 19, 2018
Browse files
debug windows build script
parent
b8db355b
Changes
1
Show whitespace changes
Inline
Side-by-side
BuildServer/Windows/run_build.sh
View file @
a760e89c
...
@@ -181,6 +181,7 @@ git clone https://code.ill.fr/scientific-software/scientific-python.git
...
@@ -181,6 +181,7 @@ git clone https://code.ill.fr/scientific-software/scientific-python.git
cd
scientific-python
cd
scientific-python
git checkout master
git checkout master
cmd /V:ON /E:ON /C
"
${
SCRIPT_DIR_WIN
}
/setup_and_build.bat"
"
${
DEPENDENCIES_DIR_WIN
}
/scientific-python"
"
${
TARGET_DIR
}
"
"
${
MSVC_BUILD_TARGET
}
"
"--netcdf_prefix=
${
DEPENDENCIES_DIR_WIN
}
--netcdf_dll=
${
DEPENDENCIES_DIR_WIN
}
"
cmd /V:ON /E:ON /C
"
${
SCRIPT_DIR_WIN
}
/setup_and_build.bat"
"
${
DEPENDENCIES_DIR_WIN
}
/scientific-python"
"
${
TARGET_DIR
}
"
"
${
MSVC_BUILD_TARGET
}
"
"--netcdf_prefix=
${
DEPENDENCIES_DIR_WIN
}
--netcdf_dll=
${
DEPENDENCIES_DIR_WIN
}
"
cd
..
cd
..
rm
-rf
scientific-python
rm
-rf
scientific-python
...
...
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