Improve CI #153

Merged
lucas merged 4 commits from feat/ci into master 2023-11-28 23:44:43 +01:00
Showing only changes of commit 227dff03ef - Show all commits

View file

@ -123,6 +123,7 @@ jobs:
- task: build
file: repo/.ci/tasks/build.yml
vars:
pr: ""
target: msvc
gitea_url: http://forgejo:3000
gitea_api_key: ((gitea_api_key))
@ -180,6 +181,7 @@ jobs:
- task: build
file: repo/.ci/tasks/build.yml
vars:
pr: ""
target: linux
gitea_url: http://forgejo:3000
gitea_api_key: ((gitea_api_key))