Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions .github/workflows/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

Language: |
+ Java
+ Mavin

Ubuntu: 14.08






on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build: "*


# The jdk version is differently listed for linux you can find it by searching on github for VM actions.
defaults: |
+ allow: failures "true"
+ uses: actions/checkout@v1
& name: Set up JDK 1.8
- install: JDK 1_80
- sudo apt-install JDK
- actions: setup-java@v1
- actions: setup-java@v1.8
- runs-on:
java-version: 1.8
%task name% : Build with Maven


Terminal: |

echo cd \ %home%
echo makedir \ A
echo cd \ A
echo apt-install git -y

git clone https://FlashiiG@github.com/FlashiiG/libsuperuser.git
cd \
Mavin: -B package -file pom.xml
24 changes: 0 additions & 24 deletions .github/workflows/maven.yml

This file was deleted.