Github Actions 18.04 [ci skip]

This commit is contained in:
Pentarctagon 2020-11-20 18:23:15 -06:00
parent 77baa82c5e
commit 59a04c747a
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -82,3 +82,22 @@ jobs:
- name: Ubuntu 20.04
run: ./.github/workflows/ci-scripts/ubuntu.sh master 2004 false cmake gcc g++ 14 debug false
linux-04-master:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
submodules: "recursive"
- name: Cache object files
uses: actions/cache@v2
env:
cache-name: linux-05-cache-master
with:
path: ~/build-cache
key: linux-05-master
- name: Ubuntu 18.04
run: ./.github/workflows/ci-scripts/ubuntu.sh master 1804 false scons gcc g++ 14 release false