Skip to content

Add cmake + native windows support for asymptote, with fully working make support #1

Add cmake + native windows support for asymptote, with fully working make support

Add cmake + native windows support for asymptote, with fully working make support #1

name: pull-request-precheck
on:
workflow_dispatch:
pull_request:
branches:
- "master"
- "a/*"
jobs:
build-asy-linux:
uses: ./.github/workflows/build-asy-linux.yml
build-asy-windows:
uses: ./.github/workflows/build-asy-windows.yml

Check failure on line 14 in .github/workflows/pull-req-precheck.yml

View workflow run for this annotation

GitHub Actions / pull-request-precheck

Invalid workflow file

The workflow is not valid. In .github/workflows/pull-req-precheck.yml (Line: 14, Col: 11): Error from called workflow vectorgraphics/asymptote/.github/workflows/build-asy-windows.yml@bd5c26c01f41292db99c1d5f6ef2fde68c0a7cfa (Line: 129, Col: 14): Job 'package-asymptote-artifacts-win' depends on unknown job 'test-windows-msvc-x64-cxxtests'. In .github/workflows/pull-req-precheck.yml (Line: 14, Col: 11): Error from called workflow vectorgraphics/asymptote/.github/workflows/build-asy-windows.yml@bd5c26c01f41292db99c1d5f6ef2fde68c0a7cfa (Line: 129, Col: 46): Job 'package-asymptote-artifacts-win' depends on unknown job 'test-windows-msvc-x64-asy-tests'.
test-asy-linux:
needs: [build-asy-linux]
uses: ./.github/workflows/test-asy-linux.yml
test-asy-windows:
needs: [build-asy-windows]
uses: ./.github/workflows/test-asy-windows.yml
build-gui:
uses: ./.github/workflows/build-gui.yml