mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Add .travis.yml
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
language: c
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
before_script:
|
||||
- ./autogen.sh
|
||||
- ./configure
|
||||
script: make check
|
||||
Reference in New Issue
Block a user