StupidOS/.github/workflows/ci.yml

19 lines
318 B
YAML
Raw Normal View History

2023-01-15 19:46:01 +00:00
name: Build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential llvm lld nasm
- name: Build
run: |
make