Skip to content

Merge pull request #121 from GPUOpen-LibrariesAndSDKs/feature/ORO-0-p… #327

Merge pull request #121 from GPUOpen-LibrariesAndSDKs/feature/ORO-0-p…

Merge pull request #121 from GPUOpen-LibrariesAndSDKs/feature/ORO-0-p… #327

Workflow file for this run

name: Build
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: sudo apt-get install python3
- name: chmod
run: chmod +x ./tools/premake5/linux64/premake5
- name: premake
run: ./tools/premake5/linux64/premake5 gmake
- name: make
run: make -j Test