From dde7ce7051da9ccc7fd262370c810713adab3096 Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Thu, 23 Apr 2015 19:56:42 +0200 Subject: [PATCH] trying appveyor --- appveyor.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..416fb02 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,28 @@ +environment: + global: + CYG_ROOT: C:\cygwin + CYG_BASH: C:\cygwin\bin\bash + +os: unstable + +platform: + - Win32 + +test: off + +init: + - git config --global core.autocrlf input + +install: + - '%CYG_ROOT%/bin/bash -lc "git clone https://github.com/jedisct1/libsodium /tmp/libsodium"' + - '%CYG_ROOT%/bin/bash -lc "cd /tmp/libsodium && ./autoconf.sh"' + - '%CYG_ROOT%/bin/bash -lc "cd /tmp/libsodium && ./configure --prefix=/usr"' + - '%CYG_ROOT%/bin/bash -lc "cd /tmp/libsodium && make"' + - '%CYG_ROOT%/bin/bash -lc "cd /tmp/libsodium && make install"' + + +build_script: + - '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0