Skip to content

Commit

Permalink
[circleci] Run test-license.py
Browse files Browse the repository at this point in the history
Run it first because it is very fast (~1 second)
  • Loading branch information
terrelln committed Mar 27, 2020
1 parent 1f14435 commit c7ae28a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7ae28a

Please sign in to comment.