Start using GitHub actions for Linux builds

For now we switched only some of the builds, those that do not
need manually installed compiler packages to function.
This commit is contained in:
Martin Hořeňovský
2020-11-27 21:10:34 +01:00
parent 130bf835b5
commit 0442229dc9
2 changed files with 48 additions and 8 deletions

View File

@@ -127,14 +127,6 @@ matrix:
packages: ['g++-7', 'lcov']
env: COMPILER='g++-7' CPP14=1 EXAMPLES=1 COVERAGE=1 EXTRAS=1
- os: linux
compiler: gcc
addons:
apt:
sources: *all_sources
packages: ['g++-8']
env: COMPILER='g++-8' CPP17=1
# OSX Clang Builds
- os: osx
osx_image: xcode9.4