misc: add CI workflows for PRs and commits #1

Merged
JeremyStarTM merged 19 commits from :continous-integration into develop 2024-08-18 16:25:23 +00:00
Showing only changes of commit 77fd061334 - Show all commits

View file

@ -1,4 +1,4 @@
name: build-and-test
#name: build-and-test
on:
- pull_request
@ -16,7 +16,7 @@ jobs:
pacman-key --init
pacman-key --populate
sed 's/\#ParallelDownloads = 5/ParallelDownloads = 15/g' -i /etc/pacman.conf
pacman -Syu --noconfirm nodejs
pacman -Syu --noconfirm nodejs git
- name: Install latest OpenJDK release
run: pacman -S --noconfirm jdk-openjdk
- name: Checkout