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
|
||||
image: gcc:latest
|
||||
environment:
|
||||
- CC=gcc
|
||||
- CXX=g++
|
||||
CC: gcc
|
||||
CXX: g++
|
||||
commands:
|
||||
# Cache CMake dependencies
|
||||
- mkdir -p ~/.cache/woodpecker/cmake
|
||||
|
@ -33,8 +33,8 @@ steps:
|
|||
- name: release
|
||||
image: woodpeckerci/release:latest
|
||||
settings:
|
||||
api_key: ${GITEA_TOKEN} # Set your API key (GitHub, GitLab, etc.)
|
||||
target: 'MarioDB' # Replace with your project's name
|
||||
api_key: ${GITHUB_API_KEY} # Set your API key (GitHub, GitLab, etc.)
|
||||
target: 'your_project_name' # Replace with your project's name
|
||||
files:
|
||||
- release/your_program # Replace with your actual binary name
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue