mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
14 lines
390 B
YAML
14 lines
390 B
YAML
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..
|