Skip to content

Test Flang in AMD AOCC #368

Test Flang in AMD AOCC

Test Flang in AMD AOCC #368

Workflow file for this run

name: Test Flang in AMD AOCC
on:
# Trigger the workflow on push or pull request
push:
pull_request:
# Trigger the workflow at the end of every week
schedule:
- cron: '0 0 * * 0'
# Trigger the workflow when it is manually triggered
workflow_dispatch:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-20.04]
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
submodules: recursive
- name: Install AOCC
run: bash .github/scripts/install_aocc
- name: Conduct the test
run: cd test && make dtest