Skip to content

Setup initial GitHub CI which runs all unit tests for linux-amd64. #1

Setup initial GitHub CI which runs all unit tests for linux-amd64.

Setup initial GitHub CI which runs all unit tests for linux-amd64. #1

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
linux-amd64:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Build
uses: ./.github/actions/iamf-tools-builder
with:
platform: linux
architecture: amd64