Skip to content

Commit 1822be5

Browse files
committed
Fugde windows
1 parent 44ff9fa commit 1822be5

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.travis.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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-
3832
addons:
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
7859
deploy:
7960
provider: releases

0 commit comments

Comments
 (0)