Skip to content

Commit

Permalink
Merge branch 'AsparagusEduardo:pret_multilanguage' into pret_multilan…
Browse files Browse the repository at this point in the history
…guage
  • Loading branch information
dennisw100 authored Jun 22, 2024
2 parents 23ad0c1 + dbc45c7 commit a0b9fd8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,23 @@ jobs:
run: make -j${nproc} all

- name: French Compare
run: make -j${nproc} compare_fr
run: make -j${nproc} fr # Once all assets are ready, use compare_fr instead

- name: French Modern
env:
MODERN: 1
COMPARE: 0
run: make -j${nproc} modern_fr

- name: Italian Compare
run: make -j${nproc} it # Once all assets are ready, use compare_it instead

- name: Italian Modern
env:
MODERN: 1
COMPARE: 0
run: make -j${nproc} modern_it

- name: Move symfiles
if: ${{ github.event_name == 'push' }}
run: |
Expand Down

0 comments on commit a0b9fd8

Please sign in to comment.