diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e23bd502..9a1be0b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,3 +96,7 @@ jobs: - name: Install run: | make install + + gitcompile: + run: sed 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.sh + run: bash gitcompile.sh diff --git a/.gitignore b/.gitignore index 88d6b6ad..098de14d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .* -!.travis.yml configure config.log config.cache diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e32b0f77..00000000 --- a/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -sudo: required -language: c -script: - - sed 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.travis - - bash gitcompile.travis