Readthedocs first integration #379
Workflow file for this run
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: Building tests | |
on: [push, pull_request] | |
jobs: | |
test_applications: | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/esl-epfl/xheep-compiler:latest | |
name: Builds apps with gcc and clang. All must build successfully. | |
steps: | |
- name: Checkout the pushed code. | |
uses: actions/checkout@v3 | |
- name: Configure the job container and run tests. | |
run: | | |
chmod u+x ./.github/workflows/build-apps-job/setup.sh | |
./.github/workflows/build-apps-job/setup.sh | |