]> granicus.if.org Git - libatomic_ops/commitdiff
Fix AppVeyor CI configuration for release-7_2 branch
authorIvan Maidanski <ivmai@mail.ru>
Fri, 4 Nov 2016 12:15:54 +0000 (15:15 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 4 Nov 2016 12:15:54 +0000 (15:15 +0300)
Remove 'test_stack' build goal (no such rule in Makefile.msft).

appveyor.yml

index 7bfab15a44a4dc848309d297f2d00eb37b372fea..a30bb8d69a60f2e98a1d3a4121c1543a4dfc9ae1 100644 (file)
@@ -21,4 +21,4 @@ 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
+  - cmd: cd src && nmake -f Makefile.msft test_malloc