This commit is contained in:
parent
a569ed94a6
commit
96518a921b
1 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: gcc:latest
|
image: gcc:latest
|
||||||
environment:
|
environment:
|
||||||
- CC=gcc
|
CC: gcc
|
||||||
- CXX=g++
|
CXX: g++
|
||||||
commands:
|
commands:
|
||||||
# Cache CMake dependencies
|
# Cache CMake dependencies
|
||||||
- mkdir -p ~/.cache/woodpecker/cmake
|
- mkdir -p ~/.cache/woodpecker/cmake
|
||||||
|
@ -33,8 +33,8 @@ steps:
|
||||||
- name: release
|
- name: release
|
||||||
image: woodpeckerci/release:latest
|
image: woodpeckerci/release:latest
|
||||||
settings:
|
settings:
|
||||||
api_key: ${GITEA_TOKEN} # Set your API key (GitHub, GitLab, etc.)
|
api_key: ${GITHUB_API_KEY} # Set your API key (GitHub, GitLab, etc.)
|
||||||
target: 'MarioDB' # Replace with your project's name
|
target: 'your_project_name' # Replace with your project's name
|
||||||
files:
|
files:
|
||||||
- release/your_program # Replace with your actual binary name
|
- release/your_program # Replace with your actual binary name
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue