Final Final Test
This commit is contained in:
parent
92e308e552
commit
5dae3bbd7f
1 changed files with 1 additions and 4 deletions
|
@ -5,7 +5,7 @@ steps:
|
||||||
- apk add --no-cache g++ libc-dev
|
- apk add --no-cache g++ libc-dev
|
||||||
- mkdir -p build
|
- mkdir -p build
|
||||||
- echo "Building project..."
|
- echo "Building project..."
|
||||||
- g++ -o build/main main.cpp
|
- g++ -static -o build/main main.cpp
|
||||||
|
|
||||||
- name: discord notification
|
- name: discord notification
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
|
@ -37,8 +37,5 @@ steps:
|
||||||
repo_owner: nyosic
|
repo_owner: nyosic
|
||||||
repo_name: MarioDB
|
repo_name: MarioDB
|
||||||
files: build/main
|
files: build/main
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- Find-Build
|
- Find-Build
|
||||||
|
|
Loading…
Add table
Reference in a new issue