chore: Unify Travis CI process to GitHub Actions

This commit is contained in:
Tomohiro IKEDA 2022-05-15 10:14:23 +09:00
parent 46e991c9ce
commit 6bf7ae386a
3 changed files with 4 additions and 6 deletions

View file

@ -96,3 +96,7 @@ jobs:
- name: Install - name: Install
run: | run: |
make install make install
gitcompile:
run: sed 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.sh
run: bash gitcompile.sh

1
.gitignore vendored
View file

@ -1,5 +1,4 @@
.* .*
!.travis.yml
configure configure
config.log config.log
config.cache config.cache

View file

@ -1,5 +0,0 @@
sudo: required
language: c
script:
- sed 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.travis
- bash gitcompile.travis