build.sh
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Martijn de Boer 2022-10-16 17:39:05 +02:00
parent 2abecce963
commit 275f9d034d
No known key found for this signature in database
GPG key ID: 9D2E42402DD372D1
3 changed files with 7 additions and 4 deletions

View file

@ -10,10 +10,8 @@ steps:
- name: build
image: bash
commands:
- bash
- chmod +x tools/boon/boon
- ./tools/boon/boon love download 11.3
- ./tools/boon/boon build .
- chmod +x build.sh
- bash build.sh
- name: release
image: plugins/gitea-release
settings:

View file

@ -23,6 +23,7 @@ ignore_list = [
# Boon-specific files and directories
"Boon.toml",
"build.sh",
"release",
"tools",
".drone.yml",

4
build.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
chmod +x tools/boon/boon
./tools/boon/boon love download 11.3
./tools/boon/boon build .