Skip to content

Commit

Permalink
ci: reactive app prod builds (#21295)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 17, 2024
1 parent 1363cc8 commit 68bb021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos_ci.yml
Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/v_apps_and_modules_compile_ci.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 68bb021

Please sign in to comment.