Compare commits

..

2 Commits

Author SHA1 Message Date
87c01e31c7 Drone verwijderd.
All checks were successful
compile / Debian-11-compile (push) Successful in 14s
2023-10-29 21:21:09 +01:00
bd694e3dc9 Correctie workflow 2023-10-29 21:19:40 +01:00
2 changed files with 2 additions and 20 deletions

View File

@@ -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}"

View File

@@ -1,5 +1,7 @@
--- ---
name: compile name: compile
on:
- push
jobs: jobs:
Debian-11-compile: Debian-11-compile: