]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[circleci] Run test-license.py 2054/head
authorNick Terrell <terrelln@fb.com>
Fri, 27 Mar 2020 00:04:52 +0000 (17:04 -0700)
committerNick Terrell <terrelln@fb.com>
Fri, 27 Mar 2020 03:13:16 +0000 (20:13 -0700)
Run it first because it is very fast (~1 second)

.circleci/config.yml

index 1565099b8ed04a5343825ad48cb6f2ddf4c7dd14..ca24f41a9e6f1d83ec24550cd172f376d1af1249 100644 (file)
@@ -12,6 +12,7 @@ jobs:
       - run:
           name: Test
           command: |
+            ./tests/test-license.py
             cc -v; CFLAGS="-O0 -Werror" make all && make clean
             make c99build         ; make clean
             make c11build         ; make clean