workflows: disable cache, build all branches
This commit is contained in:
parent
5d5b9598b2
commit
af26e19b83
11
.github/workflows/c-cpp.yml
vendored
11
.github/workflows/c-cpp.yml
vendored
@ -1,10 +1,16 @@
|
|||||||
name: C/C++ CI
|
name: C/C++ CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
paths:
|
||||||
|
- src/**
|
||||||
|
- .github/workflows/**
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
paths:
|
||||||
|
- src/**
|
||||||
|
- .github/workflows/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -24,7 +30,6 @@ jobs:
|
|||||||
- uses: msys2/setup-msys2@v1
|
- uses: msys2/setup-msys2@v1
|
||||||
with:
|
with:
|
||||||
update: true
|
update: true
|
||||||
cache: true
|
|
||||||
msystem: MINGW32
|
msystem: MINGW32
|
||||||
install: 'make mingw-w64-i686-toolchain mingw-w64-i686-openal mingw-w64-i686-freetype mingw-w64-i686-SDL2 mingw-w64-i686-zlib mingw-w64-i686-libpng mingw-w64-i686-libvncserver'
|
install: 'make mingw-w64-i686-toolchain mingw-w64-i686-openal mingw-w64-i686-freetype mingw-w64-i686-SDL2 mingw-w64-i686-zlib mingw-w64-i686-libpng mingw-w64-i686-libvncserver'
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user