File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ matrix:
2929 - CHANNEL=devel
3030 compiler : clang
3131
32- - os : windows
33- env :
34- - NAME=WINDOWS
35- - VERSION=$(date +'%Y-%m-%d-%H')
36- compiler : cmake
37-
3832addons :
3933 apt :
4034 packages :
@@ -61,19 +55,6 @@ script:
6155 if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then
6256 make release NAME=$NAME
6357 fi
64- - |
65- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
66- nim c --threads:on src/tinylog.nim
67-
68- copy src/tinylog.exe release/tinylog.exe
69- copy Makefile release/Makefile
70- copy site/package.json release/site/package.json
71-
72- xcopy /s site/scripts release/site/scripts
73- xcopy /s site/stylus release/site/stylus
74-
75- 7z a tinylog-$NAME.zip release/* -r
76- fi
7758
7859deploy :
7960 provider : releases
You can’t perform that action at this time.
0 commit comments