misc: add CI workflows for PRs and commits #1

Merged
JeremyStarTM merged 19 commits from JeremyStarTM/Engine:continous-integration into develop 2024-08-18 18:25:23 +02:00
Showing only changes of commit a98cc53b41 - Show all commits

View file

@ -8,15 +8,8 @@ jobs:
build:
runs-on: docker
container:
image: archlinux:base-devel
image: git.staropensource.de/staropensource/actions-docker:latest
steps:
- name: Setup system
run: |
set -x
pacman-key --init
pacman-key --populate
sed 's/\#ParallelDownloads = 5/ParallelDownloads = 15/g' -i /etc/pacman.conf
pacman -Syu --noconfirm nodejs git
- name: Install latest OpenJDK release
run: pacman -S --noconfirm jdk-openjdk
- name: Checkout