summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build_test.yml5
-rwxr-xr-x.github/workflows/ubuntu-build-check.sh (renamed from travis-ci/managers/ubuntu-build-check.sh)0
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index a860092518..3b86689d27 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -10,7 +10,6 @@ on:
- 'meson_options.txt'
- 'src/**'
- 'test/fuzz/**'
- - 'travis-ci/managers/ubuntu-build-check.sh'
jobs:
build:
@@ -19,11 +18,11 @@ jobs:
fail-fast: false
matrix:
env:
- - { COMPILER: "gcc", COMPILER_VERSION: "10" }
+ - { COMPILER: "gcc", COMPILER_VERSION: "10" }
- { COMPILER: "clang", COMPILER_VERSION: "10" }
env: ${{ matrix.env }}
steps:
- name: Repository checkout
uses: actions/checkout@v1
- name: Build check (${{ env.COMPILER }}-${{ env.COMPILER_VERSION }})
- run: sudo -E travis-ci/managers/ubuntu-build-check.sh
+ run: sudo -E .github/workflows/ubuntu-build-check.sh
diff --git a/travis-ci/managers/ubuntu-build-check.sh b/.github/workflows/ubuntu-build-check.sh
index a2fade9de3..a2fade9de3 100755
--- a/travis-ci/managers/ubuntu-build-check.sh
+++ b/.github/workflows/ubuntu-build-check.sh