Browse Source

travis-ci

master
Eudald Gubert i Roldan 4 years ago
parent
commit
5311a718a9
No known key found for this signature in database GPG Key ID: F9608422FDE95F3
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      .travis.yml

+ 10
- 0
.travis.yml View File

@@ -0,0 +1,10 @@
language: c
os:
- linux
compiler:
- gcc
before_install:
- sudo apt update
- sudo apt -y install openssl
script:
./configure && make

Loading…
Cancel
Save