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
fengzch-das
multibuild
Commits
dca515f6
Commit
dca515f6
authored
Jul 05, 2018
by
Matthew Brett
Browse files
Add smoke tests for install_python script
parent
00026e38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
.appveyor.yml
.appveyor.yml
+6
-1
No files found.
.appveyor.yml
View file @
dca515f6
...
@@ -53,7 +53,6 @@ install:
...
@@ -53,7 +53,6 @@ install:
# this repo includes a simple package to test appveyor
# this repo includes a simple package to test appveyor
-
git clone git://github.com/ogrisel/python-appveyor-demo.git
-
git clone git://github.com/ogrisel/python-appveyor-demo.git
build_script
:
build_script
:
# Install build requirements
# Install build requirements
-
conda install --yes %BUILD_DEPENDS%
-
conda install --yes %BUILD_DEPENDS%
...
@@ -75,3 +74,9 @@ test_script:
...
@@ -75,3 +74,9 @@ test_script:
# run tests from install wheel
# run tests from install wheel
-
cd ..
-
cd ..
-
python -m pyappveyordemo.tests.test_extension
-
python -m pyappveyordemo.tests.test_extension
# Smoke test of install_python script
-
set PYTHON=C:\Python37
-
ps
:
.\install_python.ps1
-
set PYTHON=C:\Python37-x64
-
ps
:
.\install_python.ps1
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