0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-02-21 11:25:56 -05:00

remove test.yaml from workflows for the moment

This commit is contained in:
Bert van der Weerd 2023-10-29 15:53:32 +01:00
parent 59c108246e
commit 91f671d511
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -1,14 +0,0 @@
name: Test
on: [push]
jobs:
push:
runs-on: debian
steps:
- run: apt-get update && apt-get -y upgrade
- run: apt-get -y install git make
- run: #git clone <source>
- run: #git clone <bsys6>
- run: #cd source && make all
- run: #cd bsyz6 && ./bsys6 bootstrap && ./bssys6 pacakge # x86_64-linux
- run: #copy the .bz2 to somewhere to test..