mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-16 06:53:01 +00:00
Add GitHub action and remove Travis config
This commit is contained in:
parent
735c086726
commit
1f2e45fd12
2 changed files with 10 additions and 24 deletions
10
.github/workflows/build-app-workflow.yaml
vendored
Normal file
10
.github/workflows/build-app-workflow.yaml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: Build
|
||||
on: [pull_request, push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v2
|
||||
- name: Build the app
|
||||
run: ./gradlew build
|
Loading…
Add table
Add a link
Reference in a new issue