diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml new file mode 100644 index 0000000..e3bc068 --- /dev/null +++ b/.github/workflows/ort.yml @@ -0,0 +1,26 @@ +name: ORT + +on: [push] + +jobs: + build: + strategy: + matrix: + buildtype: [Debug, Release] + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-java@v1 + with: + java-version: '11.0.1' + + - name: Analyze licensing + id: ort-action + uses: edulix/ort-action@v0.1.2 + + - uses: actions/upload-artifact@v2 + with: + name: licenses + path: ${{ steps.ort-action.outputs.results-dir }}