-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
26 lines (17 loc) · 848 Bytes
/
appveyor.yml
File metadata and controls
26 lines (17 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
build:
verbosity: minimal
clone_depth: 30
build_script :
- '%BASH_PATH% -lc "g++ --version"'
- '%BASH_PATH% -lc "cd $APPVEYOR_BUILD_FOLDER ; mkdir -p usr/local ;"'
- '%BASH_PATH% -lc "cd $APPVEYOR_BUILD_FOLDER/usr/local ; (if [ ! -f usr/local/bin/flex.exe ]; then wget https://netcologne.dl.sourceforge.net/project/mingw/MSYS/Extension/flex/flex-2.5.35-2/flex-2.5.35-2-msys-1.0.13-bin.tar.lzma && tar --lzma -x -f flex-2.5.35-2-msys-1.0.13-bin.tar.lzma && rm flex-2.5.35-2-msys-1.0.13-bin.tar.lzma ; fi ) && ls -R"'
- '%BASH_PATH% -lc "cd $APPVEYOR_BUILD_FOLDER; ./build_greatspn.sh && mv website/greatspn_linux.tar.gz website/greatspn_windows.tar.gz"'
- DIR
cache :
- usr
environment :
MSYSTEM: MINGW64
BASH_PATH: C:\msys64\usr\bin\bash
artifacts:
- path: website/greatspn_windows.tar.gz
name: greatspn_windows.tar.gz