Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.hangman
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
android
org.benoitharrault.hangman
Commits
f72510e5
Commit
f72510e5
authored
1 year ago
by
Benoît Harrault
Browse files
Options
Downloads
Patches
Plain Diff
Improve CI/CD, remove "update" step, disable "build-debug" in master branch
parent
eb4ceb2f
No related branches found
No related tags found
1 merge request
!38
Resolve "Improve CI/CD, remove "update" step, disable "build-debug" in master branch"
Pipeline
#5357
passed
1 year ago
Stage: build-debug
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-13
2 additions, 13 deletions
.gitlab-ci.yml
android/gradle.properties
+2
-2
2 additions, 2 deletions
android/gradle.properties
pubspec.yaml
+1
-1
1 addition, 1 deletion
pubspec.yaml
with
5 additions
and
16 deletions
.gitlab-ci.yml
+
2
−
13
View file @
f72510e5
image
:
ghcr.io/cirruslabs/flutter:latest
stages
:
-
update
-
build-debug
-
build-release
-
release
-
deploy
update
:
stage
:
update
except
:
-
tags
script
:
-
flutter packages get
-
flutter packages upgrade
interruptible
:
true
android:build-debug
:
stage
:
build-debug
except
:
-
tags
-
master
script
:
# Flutter local configuration
-
echo flutter.sdk=$FLUTTER_PATH > android/local.properties
...
...
@@ -49,8 +40,6 @@ android:build-release:
-
master
except
:
-
tags
dependencies
:
-
android:build-debug
script
:
# Flutter local configuration
-
echo flutter.sdk=$FLUTTER_PATH > android/local.properties
...
...
@@ -121,4 +110,4 @@ android:deploy:
dependencies
:
-
application:release
script
:
-
curl "${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}"
-
curl "${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}"
--fail
This diff is collapsed.
Click to expand it.
android/gradle.properties
+
2
−
2
View file @
f72510e5
org.gradle.jvmargs
=
-Xmx1536M
android.useAndroidX
=
true
android.enableJetifier
=
true
app.versionName
=
1.2.1
4
app.versionCode
=
2
5
app.versionName
=
1.2.1
5
app.versionCode
=
2
6
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
1
−
1
View file @
f72510e5
name
:
hangman
description
:
Hangman game, have fun with words and letters!
publish_to
:
'
none'
version
:
1.2.1
4
+2
5
version
:
1.2.1
5
+2
6
environment
:
sdk
:
'
^3.0.0'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment