This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Generate docs for everything #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |