Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Generate docs for everything #1

Generate docs for everything

Generate docs for everything #1

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test_ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 3-stage bootstrap
run: |
cd ${{ github.workspace }}
./meta/bootstrap.sh
- name: Running tests with self-hosted compiler
run: |
cd ${{ github.workspace }}
python3 meta/test.py -c bootstrap/ocen