summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2016-08-16 10:15:24 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-01-11 23:18:34 +0300
commit110330d4e9d31ccce388e3219eff48d102b5b5bb (patch)
treed77c53c12fcd8d918ea9a8a3f52e6e61ab35e2b1
parent729d6b7965cf0b419c1fb65ac99bc740ddeee56b (diff)
downloadlibatomic_ops-test-stack-osx.tar.gz
[DRAFT] test ao stack on osx #6test-stack-osx
-rw-r--r--.travis.yml9
-rw-r--r--appveyor.yml24
2 files changed, 7 insertions, 26 deletions
diff --git a/.travis.yml b/.travis.yml
index 10d0628..364f442 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,13 +6,18 @@ os:
compiler:
- clang
- - gcc
sudo: false
+#sudo: required
+#before_script:
+# - sudo apt-get update
+# - sudo apt-get install libc6:i386
+
install:
- ./autogen.sh
- ./configure --enable-assertions --enable-werror
script:
- - make -j check
+ - make -j check CFLAGS_EXTRA="-m32 -O3 -march=native"
+ - make clean && make -j check CFLAGS_EXTRA="-m32"
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 69897d4..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-version: 7.5.0-{build}
-
-clone_depth: 50
-
-environment:
- MS_SDK_VER: v7.1
- matrix:
- - CPU: x86
- BLD: debug
- - CPU: x86
- BLD: release
- - CPU: x64
- BLD: debug
- - CPU: x64
- BLD: release
-
-install:
- - cmd: '"C:\Program Files\Microsoft SDKs\Windows\%MS_SDK_VER%\Bin\SetEnv.cmd" /%CPU% /%BLD%'
-
-build_script:
- - cmd: cd src && nmake -f Makefile.msft clean all && cd ..
-
-test_script:
- - cmd: cd src && nmake -f Makefile.msft test_malloc test_stack