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 3f32acf commit c577027
Showing 1 changed file with 6 additions and 25 deletions.
31 changes: 6 additions & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
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"
os:
- linux
language: c
compiler:
- gcc
script:
- "make"
- make

0 comments on commit c577027

Please sign in to comment.