forked from libsemigroups/libsemigroups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
18 lines (14 loc) · 932 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# set clone depth
clone_depth: 5 # clone entire repository history if not defined
environment:
matrix:
- CYG_ARCH: x86
CYG_ROOT: C:/cygwin
- CYG_ARCH: x86_64
CYG_ROOT: C:/cygwin64
install:
- '%CYG_ROOT%\setup-%CYG_ARCH%.exe -qnNdO -R %CYG_ROOT% -s http://cygwin.mirror.constant.com -l %CYG_ROOT%/var/cache/setup -P autoconf -P automake -P bison -P libgmp-devel -P gcc-core -P gcc-g++ -P mingw-runtime -P mingw-binutils -P mingw-gcc-core -P mingw-gcc-g++ -P mingw-pthreads -P mingw-w32api -P libtool -P make -P python -P gettext-devel -P gettext -P intltool -P libiconv -P pkg-config -P git -P wget -P curl'
build: off
test_script:
- '%CYG_ROOT%/bin/bash -lc "g++ --version && cd $APPVEYOR_BUILD_FOLDER &&
cd extern && curl -L -O https://github.com/fmtlib/fmt/archive/5.3.0.tar.gz && tar -xzf 5.3.0.tar.gz && rm -f 5.3.0.tar.gz && cd .. && ./autogen.sh && ./configure && make check"'