Skip to content

Commit

Permalink
MAINT: no app bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbmotta authored and juangpc committed Jul 23, 2021
1 parent e867f9a commit d9793ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
# make install -j
- name: Configure and compile MNE-CPP
run: |
../Qt5_binaries/bin/qmake -r MNECPP_CONFIG+=noTests MNECPP_CONFIG+=noExamples MNECPP_CONFIG+=static MNECPP_CONFIG+=withAppBundles
../Qt5_binaries/bin/qmake -r MNECPP_CONFIG+=noTests MNECPP_CONFIG+=noExamples MNECPP_CONFIG+=static
make -j
make install -j
- name: Deploy binaries
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
make install
- name: Configure and compile MNE-CPP
run: |
qmake -r MNECPP_CONFIG+=noTests MNECPP_CONFIG+=noExamples MNECPP_CONFIG+=withBrainFlow MNECPP_CONFIG+=withLsl MNECPP_CONFIG+=withAppBundles
qmake -r MNECPP_CONFIG+=noTests MNECPP_CONFIG+=noExamples MNECPP_CONFIG+=withBrainFlow MNECPP_CONFIG+=withLsl
make -j4
- name: Deploy binaries (MacOS)
run: |
Expand Down

0 comments on commit d9793ad

Please sign in to comment.