]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
create appveyor test branch
authorYann Collet <cyan@fb.com>
Tue, 25 Dec 2018 22:20:33 +0000 (14:20 -0800)
committerYann Collet <cyan@fb.com>
Tue, 25 Dec 2018 22:20:33 +0000 (14:20 -0800)
which will execute same tests as `master` branch
hence including older Visual version

appveyor.yml

index 2b674ce3ca1c1ff41d893454378e3673dfa950b0..5404558c076a0de859890aede4c36e732dad9f97 100644 (file)
@@ -3,6 +3,7 @@
   branches:
     only:
     - master
+    - appveyorTest
   environment:
     matrix:
     - COMPILER: "gcc"