Compare commits

..

25 Commits

Author SHA1 Message Date
bce1311cc7 Correctie build name artifacts pipeline
All checks were successful
compile / Ubuntu-bullseye-compile (push) Successful in 4s
compile / rockylinux-9-compile (push) Successful in 32s
compile / Fedora-40-compile (push) Successful in 40s
2024-09-28 14:41:03 +02:00
8fc23b9303 Correctie build name pipeline
All checks were successful
compile / Ubuntu-bullseye-compile (push) Successful in 6s
compile / rockylinux-9-compile (push) Successful in 31s
compile / Fedora-40-compile (push) Successful in 39s
2024-09-28 14:39:08 +02:00
c2871bc354 Correctie pipeline
Some checks failed
compile / Ubuntu-bullseye-compile (push) Successful in 5s
compile / Fedora-40-compile (push) Successful in 39s
compile / rockylinux-9-compile (push) Has been cancelled
2024-09-28 14:31:47 +02:00
5781fcd69a vi tempfiles ignored 2024-09-28 14:31:24 +02:00
e47d1cd5bf Correctie linebreaks yaml 2024-09-28 14:17:38 +02:00
deb1ab5935 Correctie & cleanup pipeline & yamllint
Some checks failed
compile / rockylinux-9-compile (push) Waiting to run
compile / Fedora-40-compile (push) Failing after 2s
compile / Ubuntu-bullseye-compile (push) Successful in 4s
2024-09-28 14:12:48 +02:00
f5584cf67b Rockylinux 9 toegevoegd aan pipeline 2024-09-28 14:06:53 +02:00
eacaffaafb Update pipeline na fedora 40
All checks were successful
compile / Ubuntu-bullseye-compile (push) Successful in 12s
compile / Fedora-40-compile (push) Successful in 1m23s
2024-09-28 13:52:40 +02:00
970bcdc313 .gitignore toegevoegd
Some checks failed
compile / Fedora-38-compile (push) Failing after 3s
compile / Ubuntu-bullseye-compile (push) Successful in 4s
2024-09-28 13:49:39 +02:00
cbf036ad8f Pre-commit hook toegevoegd
Some checks failed
compile / Fedora-38-compile (push) Failing after 1m3s
compile / Ubuntu-bullseye-compile (push) Successful in 1m2s
2024-09-28 13:45:10 +02:00
8bc0f86281 Dependecy git toegevoegd
All checks were successful
compile / Ubuntu-bullseye-compile (push) Successful in 5s
compile / Fedora-38-compile (push) Successful in 1m12s
2024-01-05 00:44:49 +01:00
960226d56a dnf install --> dnf install -y
Some checks failed
compile / Ubuntu-bullseye-compile (push) Successful in 15s
compile / Fedora-38-compile (push) Failing after 2m13s
2024-01-05 00:41:21 +01:00
732e05feb6 Correctie volgorde
Some checks failed
compile / Ubuntu-bullseye-compile (push) Successful in 4s
compile / Fedora-38-compile (push) Failing after 38s
2024-01-05 00:39:59 +01:00
c5bc15ddfc Syntax correctie
Some checks failed
compile / Fedora-38-compile (push) Failing after 3s
compile / Ubuntu-bullseye-compile (push) Successful in 6s
2024-01-05 00:38:51 +01:00
b08739149a Installatie dependecy's 2024-01-05 00:37:10 +01:00
e3dfa85fd0 Correctie runner: Compile nu op correct os
Some checks failed
compile / Fedora-38-compile (push) Failing after 10s
compile / Ubuntu-bullseye-compile (push) Successful in 10s
2024-01-05 00:33:59 +01:00
15a7502b3f Zonder ubuntu
All checks were successful
compile / Fedora-38-compile (push) Successful in 3s
2024-01-04 22:11:56 +01:00
311d7ca995 Test verwiselde compile jobs
All checks were successful
compile / Ubuntu-bullseye-compile (push) Successful in 4s
compile / Fedora-38-compile (push) Successful in 4s
2024-01-04 22:10:25 +01:00
81e2378f85 Correctie fedora docker image name
All checks were successful
compile / Ubuntu-bullseye-compile (push) Successful in 3s
compile / Fedora-38-compile (push) Successful in 4s
2024-01-04 21:58:10 +01:00
bae0af4c24 Correctie path upload
Some checks failed
compile / Ubuntu-bullseye-compile (push) Successful in 4s
compile / Fedora-38-compile (push) Has been cancelled
2024-01-04 21:49:42 +01:00
79455649a6 Correctie workflow
Some checks are pending
compile / Fedora-38-compile (push) Waiting to run
compile / Ubuntu-bullseye-compile (push) Successful in 11s
2024-01-04 21:44:33 +01:00
69ad6e06e7 Vervangen door compile.yml 2024-01-04 20:42:13 +00:00
a1bc2944e2 Test met upload en fedora 38
All checks were successful
compile / Debian-11-compile (push) Successful in 3s
2024-01-04 21:40:37 +01:00
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
5 changed files with 60 additions and 38 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,18 +0,0 @@
---
name: compile
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}"

View File

@@ -0,0 +1,54 @@
---
name: compile
on:
- push
jobs:
rockylinux-9-compile:
runs-on: rockylinux9
steps:
- name: Aanpassen lokale yum repo
run: "sed -i -e 's@^mirrorlist=@#mirrorlist=@' -e 's@#baseurl=\
http://dl.rockylinux.org/$contentdir@baseurl=\
https://marceln.org/os/Linux/distr/rocky@' \
/etc/yum.repos.d/*repo"
- name: Install dependecies
run: dnf install -y nodejs gcc make git-core
- name: Check out repository code
uses: actions/checkout@v3
- name: Compile
run: make
- uses: actions/upload-artifact@v3
with:
name: x86_64-rockylinux-9-wait
path: wait
Fedora-40-compile:
runs-on: fedora-40
steps:
- name: Aanpassen lokale yum repo
run: "/usr/bin/sed -i -e 's@#baseurl=\
http://download.example/pub@baseurl=\
https://marceln.org/@' -e 's/metalink=/#metalink=/' \
$(grep -l '#baseurl=http://download.example/pub' \
/etc/yum.repos.d/*)"
- name: Install dependecies
run: dnf install -y nodejs gcc make git-core
- name: Check out repository code
uses: actions/checkout@v3
- name: Compile
run: make
- uses: actions/upload-artifact@v3
with:
name: x86_64-fedora-40-wait
path: wait
Ubuntu-bullseye-compile:
runs-on: node-ubuntu-bullseye
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Compile
run: make
- uses: actions/upload-artifact@v3
with:
name: x86_64-ubuntu-bulseye-wait
path: wait

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
wait
*.swp

4
githooks/pre-commit Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
yamllint .gitea/workflows/compile.yml
make