File tree Expand file tree Collapse file tree 3 files changed +9
-21
lines changed Expand file tree Collapse file tree 3 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 1414 name : Build Tabris.js Hello World iOS
1515 strategy :
1616 matrix :
17- build_type : [release, development ]
17+ build_type : [release, debug ]
1818 steps :
1919
2020 - name : Checkout
4949 chmod 0600 gha_eclipsesource_match-certificates
5050 ssh-add gha_eclipsesource_match-certificates
5151
52- if [[ "${{ matrix.build_type }}" -eq "release" ]]; then
52+ if [[ "${{ matrix.build_type }}" == "release" ]]; then
5353 fastlane match appstore --readonly --app_identifier com.eclipsesource.hello.world
5454 else
5555 fastlane match development --readonly --app_identifier com.eclipsesource.*
7171 export BUILD_NUMBER="$(date +%y%m%d%H%M).2"
7272 echo BUILD_NUMBER $BUILD_NUMBER
7373
74- if [[ "${{ matrix.build_type }}" -eq "release" ]]; then
75- tabris build ios --release --device --verbose
76- else
77- tabris build ios --debug --device --verbose
78- fi
74+ tabris build ios --${{ matrix.build_type }} --device --verbose
7975
8076 - name : AppStore Upload
8177 if : ${{ matrix.build_type == 'release' }}
Original file line number Diff line number Diff line change 1414 name : Build Tabris.js Hello World iOS
1515 strategy :
1616 matrix :
17- build_type : [release, development ]
17+ build_type : [release, debug ]
1818 steps :
1919
2020 - name : Checkout
4949 chmod 0600 gha_eclipsesource_match-certificates
5050 ssh-add gha_eclipsesource_match-certificates
5151
52- if [[ "${{ matrix.build_type }}" -eq "release" ]]; then
52+ if [[ "${{ matrix.build_type }}" == "release" ]]; then
5353 fastlane match appstore --readonly --app_identifier com.eclipsesource.hello.world
5454 else
5555 fastlane match development --readonly --app_identifier com.eclipsesource.*
7171 export BUILD_NUMBER="$(date +%y%m%d%H%M).3"
7272 echo BUILD_NUMBER $BUILD_NUMBER
7373
74- if [[ "${{ matrix.build_type }}" -eq "release" ]]; then
75- tabris build ios --release --device --verbose
76- else
77- tabris build ios --debug --device --verbose
78- fi
74+ tabris build ios --${{ matrix.build_type }} --device --verbose
7975
8076 - name : AppStore Upload
8177 if : ${{ matrix.build_type == 'release' }}
Original file line number Diff line number Diff line change 1414 name : Build Tabris.js Hello World iOS
1515 strategy :
1616 matrix :
17- build_type : [release, development ]
17+ build_type : [release, debug ]
1818 steps :
1919
2020 - name : Checkout
4949 chmod 0600 gha_eclipsesource_match-certificates
5050 ssh-add gha_eclipsesource_match-certificates
5151
52- if [[ "${{ matrix.build_type }}" -eq "release" ]]; then
52+ if [[ "${{ matrix.build_type }}" == "release" ]]; then
5353 fastlane match appstore --readonly --app_identifier com.eclipsesource.hello.world
5454 else
5555 fastlane match development --readonly --app_identifier com.eclipsesource.*
7171 export BUILD_NUMBER="$(date +%y%m%d%H%M).0"
7272 echo BUILD_NUMBER $BUILD_NUMBER
7373
74- if [[ "${{ matrix.build_type }}" -eq "release" ]]; then
75- tabris build ios --release --device --verbose
76- else
77- tabris build ios --debug --device --verbose
78- fi
74+ tabris build ios --${{ matrix.build_type }} --device --verbose
7975
8076 - name : AppStore Upload
8177 if : ${{ matrix.build_type == 'release' }}
You can’t perform that action at this time.
0 commit comments