From 68bb0219c4f1bdda88307b072f16399289c3262f Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:22:28 +0200 Subject: [PATCH] ci: reactive app prod builds (#21295) --- .github/workflows/macos_ci.yml | 2 +- .github/workflows/v_apps_and_modules_compile_ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos_ci.yml b/.github/workflows/macos_ci.yml index 01e4af173a5053..99a92947493b32 100644 --- a/.github/workflows/macos_ci.yml +++ b/.github/workflows/macos_ci.yml @@ -82,7 +82,7 @@ jobs: .github/workflows/retry.sh git clone --depth 1 https://github.com/vlang/ved cd ved && ../v -o ved . ../v -autofree . - # ../v -prod . # NOTE: temporary disabled due to deprecations. Enable after resolving github.com/vlang/ved/pull/181 + ../v -prod . cd .. - name: Build V UI examples run: | diff --git a/.github/workflows/v_apps_and_modules_compile_ci.yml b/.github/workflows/v_apps_and_modules_compile_ci.yml index 517402c1615a0d..9e6c79bde3c0a7 100644 --- a/.github/workflows/v_apps_and_modules_compile_ci.yml +++ b/.github/workflows/v_apps_and_modules_compile_ci.yml @@ -74,7 +74,7 @@ jobs: .github/workflows/retry.sh git clone --depth 1 https://github.com/vlang/ved cd ved && ../v -o ved . ../v -autofree . - # ../v -prod . # NOTE: temporary disabled due to deprecations. Enable after resolving github.com/vlang/ved/pull/181 + ../v -prod . cd .. - name: Build vlang/pdf @@ -124,8 +124,8 @@ jobs: v install echo "Build v-analyzer debug" v build.vsh debug - # echo "Build v-analyzer release" - # v build.vsh release # NOTE: temporary disabled due to deprecations. + echo "Build v-analyzer release" + v build.vsh release - name: Format vlang/v-analyzer run: |