fix: add missing crystal installation for build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fc38cc6008
commit
59e5652125
1 changed files with 2 additions and 1 deletions
|
@ -36,11 +36,12 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y build-essential debhelper devscripts dh-make
|
- apt-get install -y build-essential debhelper devscripts dh-make
|
||||||
|
- curl -fsSL https://crystal-lang.org/install.sh | bash
|
||||||
- mkdir -p /_cache/debian
|
- mkdir -p /_cache/debian
|
||||||
- mkdir -p /_cache/bin
|
- mkdir -p /_cache/bin
|
||||||
- cp -r * /_cache/debian
|
- cp -r * /_cache/debian
|
||||||
- cd /_cache/debian
|
- cd /_cache/debian
|
||||||
- dpkg-buildpackage -us -uc
|
- dpkg-buildpackage -us -uc -d
|
||||||
- mv ../*.deb /_cache/bin
|
- mv ../*.deb /_cache/bin
|
||||||
|
|
||||||
- name: publish:tag
|
- name: publish:tag
|
||||||
|
|
Loading…
Reference in a new issue