We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2417df4 commit 9da231aCopy full SHA for 9da231a
appveyor.yml
@@ -22,11 +22,11 @@ install:
22
before_build:
23
- cd python
24
- mkdir lib
25
- - mkdir app
+ - mkdir app\tng
26
- mkdir third_party
27
- xcopy /S ..\lib lib
28
- xcopy /S ..\third_party third_party
29
- - xcopy /S ..\app\tng app
+ - xcopy /S ..\app\tng app\tng
30
- copy ..\test\atca_utils_sizes.c .
31
- cmd: "git describe --exclude v* --tags --abbrev=0 >VERSION"
32
0 commit comments