Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Conversations
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
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-smartphones
Conversations
Commits
1a03fb95
Commit
1a03fb95
authored
2 years ago
by
Daniel Gultsch
Browse files
Options
Downloads
Patches
Plain Diff
delete .github configuration folder
parent
50c015f6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/FUNDING.yml
+0
-3
0 additions, 3 deletions
.github/FUNDING.yml
.github/workflows/android.yml
+0
-34
0 additions, 34 deletions
.github/workflows/android.yml
with
0 additions
and
37 deletions
.github/FUNDING.yml
deleted
100644 → 0
+
0
−
3
View file @
50c015f6
github
:
inputmice
liberapay
:
inputmice
custom
:
https://gultsch.de/donate.html
This diff is collapsed.
Click to expand it.
.github/workflows/android.yml
deleted
100644 → 0
+
0
−
34
View file @
50c015f6
name
:
Android CI
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
set up JDK
11
uses
:
actions/setup-java@v2
with
:
java-version
:
'
11'
distribution
:
'
adopt'
-
name
:
Download WebRTC
run
:
mkdir libs && wget -O libs/libwebrtc-m99.aar https://gultsch.de/files/libwebrtc-m99.aar
-
name
:
Grant execute permission for gradlew
run
:
chmod +x gradlew
-
name
:
Build Quicksy
run
:
./gradlew assembleQuicksyFreeDebug
-
name
:
Build Conversations
run
:
./gradlew assembleConversationsFreeDebug
-
uses
:
actions/upload-artifact@v2
with
:
name
:
Conversations all-flavors (debug)
path
:
./build/outputs/apk/**/debug/Conversations-*.apk
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