Skip to content

Commit

Permalink
Merge branch 'master' of github.com:julianmendez/jcel into norm
Browse files Browse the repository at this point in the history
  • Loading branch information
omashkova committed Sep 28, 2024
2 parents eb9a195 + f37f7f6 commit b69a15d
Show file tree
Hide file tree
Showing 69 changed files with 1,561 additions and 1,427 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
# CI configuration
# https://docs.github.com/en/actions/guides/building-and-testing-java-with-maven

name: Java CI

on:
- push

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java:
- 11.0.21
- 17.0.9
- 21.0.1
steps:
- name: Check out
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: temurin
- name: Build
run: mvn --batch-mode --update-snapshots --show-version install


6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
target/
out/
.settings/
.gradle/
.project
.classpath
.idea/
.bsp/
*.iml
.DS_Store
Thumbs.db
.cache
.cache-main
.cache-tests
21 changes: 0 additions & 21 deletions .scrutinizer.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

203 changes: 0 additions & 203 deletions README.md

This file was deleted.

Loading

0 comments on commit b69a15d

Please sign in to comment.