From bdbec0f285ac8e4ed28d4d278ea1e0451e6d1e71 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Mon, 20 Mar 2023 11:09:58 -0700 Subject: [PATCH] Testing actually making --- .github/workflows/build-helloworld-vita.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-helloworld-vita.yml b/.github/workflows/build-helloworld-vita.yml index 5af1ec40..cacf38c0 100644 --- a/.github/workflows/build-helloworld-vita.yml +++ b/.github/workflows/build-helloworld-vita.yml @@ -52,4 +52,12 @@ jobs: - name: Build Game run: | export PATH=$VITASDK/bin:$PATH + mkdir build + cmake .. -DDAWN_BUILD_TARGET=target-helloworld-vita + make + + - name: Done? + run: | + cd build + cd dawnhelloworld ls \ No newline at end of file