1
0
mirror of https://github.com/renbaoshuo/s2oj-gcc.git synced 2024-09-19 11:55:21 +00:00
s2oj-gcc/.drone.yml
Baoshuo e1fd0532dc
Some checks failed
continuous-integration/drone/push Build is failing
fix: ci
2023-11-16 20:11:50 +08:00

22 lines
405 B
YAML

---
kind: pipeline
type: docker
name: Build
trigger:
event:
- push
- custom
steps:
- name: Build & Upload
image: ubuntu:22.04
commands:
- sudo apt update && sudo apt install libgmp-dev libmpfr-dev libmpc-dev gcc-multilib
- bash build.sh
environment:
GITEA_ENDPOINT: https://git.m.ac
GITEA_USER: baoshuo
GITEA_TOKEN:
from_secret: GITEA_TOKEN