Vervangen door compile.yml
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
---
|
||||
name: compile
|
||||
on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
Debian-11-compile:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Compile
|
||||
run: make
|
||||
#
|
||||
# TODO: Upload (drone code)
|
||||
#
|
||||
# environment:
|
||||
# DOWNLOADDIR: /usr/share/nginx/html/download/bin/x86_64-f32/
|
||||
# commands:
|
||||
# - mkdir -p "$${DOWNLOADDIR}"
|
||||
# - cp wait "$${DOWNLOADDIR}"
|
Reference in New Issue
Block a user