CI-Test/.drone.yml
root 762a37e435
All checks were successful
continuous-integration/drone the build was successful
lol§
2021-09-24 01:27:06 +02:00

23 lines
412 B
YAML

pipeline:
build:
image: debian
pull: true
commands:
- apt update && apt install -y make wget
- make
- ls -la
- make install
- ls -la
when:
event: [push, tag]
package:
image: debian
pull: true
commands:
- apt update && apt install -y build-essential fakeroot devscripts wget
- make package
- ls -la
when:
event: tag