Skip to content

Commit

Permalink
Fix appveyor build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-hunt committed Mar 17, 2020
1 parent 2417df4 commit 9da231a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ install:
before_build:
- cd python
- mkdir lib
- mkdir app
- mkdir app\tng
- mkdir third_party
- xcopy /S ..\lib lib
- xcopy /S ..\third_party third_party
- xcopy /S ..\app\tng app
- xcopy /S ..\app\tng app\tng
- copy ..\test\atca_utils_sizes.c .
- cmd: "git describe --exclude v* --tags --abbrev=0 >VERSION"

Expand Down

0 comments on commit 9da231a

Please sign in to comment.