Skip to content

Commit

Permalink
test.gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaak Lim committed Dec 6, 2018
1 parent 1209122 commit 318d6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ build-3.7-VS2017:
- git submodule update --init --recursive
script:
- set Path=%Path%;C:\Program Files\Python37;C:\Program Files\Python37\Scripts;
- echo %Path%
- virtualenv --clear -p "C:\Program Files\Python37\python.exe" .
- call .\Scripts\activate
- python setup.py bdist_wheel --dist-dir dist3
Expand Down

0 comments on commit 318d6b4

Please sign in to comment.