Skip to content

Commit 64b58f7

Browse files
committed
Switching from travis to github action
1 parent 2042e1e commit 64b58f7

3 files changed

Lines changed: 30 additions & 15 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Android CI Build
2+
3+
on:
4+
push:
5+
branches-ignore:
6+
- gh-pages
7+
pull_request:
8+
branches-ignore:
9+
- gh-pages
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- name: Checkout Repository
17+
uses: actions/checkout@v4
18+
19+
- name: Set up JDK 17
20+
uses: actions/setup-java@v4
21+
with:
22+
java-version: '17'
23+
distribution: 'temurin'
24+
25+
- name: Grant execute permission for gradlew
26+
run: chmod +x gradlew
27+
28+
- name: Build with Gradle
29+
run: ./gradlew assembleDebug

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.com/asalamon74/ztemezszam.svg?branch=master)](https://travis-ci.com/asalamon74/ztemezszam)
1+
![Build Status](https://github.com/asalamon74/ztemezszam/actions/workflows/android_build.yml/badge.svg)
22
[![CodeFactor](https://www.codefactor.io/repository/github/asalamon74/ztemezszam/badge)](https://www.codefactor.io/repository/github/asalamon74/ztemezszam)
33
[![GitHub release](https://img.shields.io/github/release/asalamon74/ztemezszam.svg)](https://github.com/asalamon74/ztemezszam/releases)
44

0 commit comments

Comments
 (0)