mirror of
https://github.com/augustin64/projet-tipe
synced 2025-02-02 19:39:39 +01:00
Remove compilation.yml
This commit is contained in:
parent
ad98dbf0b1
commit
1772f369d8
17
.github/workflows/compilation.yml
vendored
17
.github/workflows/compilation.yml
vendored
@ -1,17 +0,0 @@
|
|||||||
name: Compile all
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ main ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ main ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Compile all
|
|
||||||
run: ./make.sh build all
|
|
Loading…
Reference in New Issue
Block a user