Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Dec 18, 2024
1 parent c577027 commit b034a86
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
os:
- linux
language: c
compiler:
- gcc
dist: focal
sudo: false
cache:
ccache: true

language: none

matrix:
include:
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-latest
- ccache
- make
- libcurl4-gnutls-dev
env:
- MATRIX_EVAL="CC=gcc-latest DO_INSTALL=1"
before_install:
- eval "${MATRIX_EVAL}"
- export "CC=ccache $CC"
script:
- make
- "make"

0 comments on commit b034a86

Please sign in to comment.