Compare commits
2 Commits
b6618363bf
...
87c01e31c7
Author | SHA1 | Date | |
---|---|---|---|
87c01e31c7 | |||
bd694e3dc9 |
20
.drone.yml
20
.drone.yml
@@ -1,20 +0,0 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: Compile
|
||||
commands:
|
||||
- make
|
||||
|
||||
- name: Versie toevoegen aan download
|
||||
environment:
|
||||
DOWNLOADDIR: /usr/share/nginx/html/download/bin/x86_64-f32/
|
||||
commands:
|
||||
- mkdir -p "$${DOWNLOADDIR}"
|
||||
- cp wait "$${DOWNLOADDIR}"
|
@@ -1,5 +1,7 @@
|
||||
---
|
||||
name: compile
|
||||
on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
Debian-11-compile:
|
||||
|
Reference in New Issue
Block a user