Skip to content

Commit

Permalink
Add AppVeyor file for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Apr 28, 2019
1 parent 5596db2 commit 1d4e761
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: appveyor.{build}
image:
- Visual Studio 2017
- Ubuntu
environment:
MINGW_DIR: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0
install:
- cmd: set PATH=%MINGW_DIR%\mingw64\bin;%PATH%
- sh: sudo apt update
- sh: sudo apt -y install libgtk-3-dev wine
build_script:
- cmd: mingw32-make.exe TARGET=windows CFLAGS=-O3
- cmd: del flips.exe
- sh: echo y | ./make-release.sh
artifacts:
- path: flips.exe
- path: flips
8 changes: 0 additions & 8 deletions make-maintainer.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
#!/bin/sh

if [ "$HOME" != "/home/alcaro" ]; then
#This script is for making official releases, including a Windows build.
#If you're intending to fork Floating IPS, or take over maintenance, you're welcome to edit this script.
#If not, you don't want it. make.sh enables all optimizations for a local build.
echo "Use ./make.sh instead."
exit 1
fi

rm floating.zip

profile/download.sh || exit $?
Expand Down

0 comments on commit 1d4e761

Please sign in to comment.