Skip to content

Commit

Permalink
add gcc:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
martinus committed May 30, 2021
1 parent 4486b46 commit 6df3a06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ linux_task:
- image: ubuntu:focal
- image: ubuntu:hirsute
- image: debian:buster
- image: gcc:latest

ccache_cache:
folder: "/tmp/ccache_dir"

install_script:
env_script:
- uname -a

install_script:
- apt update && apt upgrade -y
- DEBIAN_FRONTEND=noninteractive apt install -y cmake ninja-build build-essential ccache

Expand Down

0 comments on commit 6df3a06

Please sign in to comment.