actionpro-cli/.drone.yml

17 lines
273 B
YAML
Raw Normal View History

2022-11-01 15:17:54 +01:00
kind: pipeline
name: default
steps:
- name: build gcc12
image: gcc:12
commands:
2022-11-02 15:15:04 +01:00
- apt install libusb-1
2022-11-01 15:17:54 +01:00
- make config.h
- make
- name: build gcc11
image: gcc:11
commands:
2022-11-02 15:15:04 +01:00
- apt install libusb-1
2022-11-01 15:17:54 +01:00
- make config.h
- make