From 6ea621367c48dbc2ee89677581b476694bde6aaf Mon Sep 17 00:00:00 2001 From: "A. Teo Welton" <76081718+DragonDev07@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:44:19 -0600 Subject: [PATCH] Build verification CI --- .github/workflows/build.yml | 28 ++++++++++++++++++++++++++++ README.md | 5 ----- 2 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..805fa06 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,28 @@ +name: Build MeepMeep + +on: + push: + workflow_dispatch: + +permissions: + contents: read + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Set up JDK 17 + uses: actions/setup-java@v3 + with: + distribution: 'adopt' + java-version: '17' + + - name: Build MeepMeep + run: ./gradlew --no-daemon build + + - name: Test MeepMeep + run: ./gradlew --no-daemon test \ No newline at end of file diff --git a/README.md b/README.md index 57fb524..f5d1b4f 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,6 @@ ![Instagram Badge](https://img.shields.io/badge/%40rh--iron--lions-yellow?style=for-the-badge&logo=instagram&logoColor=%23edbe28&label=Instagram&labelColor=%23676767&color=%23edbe28&link=https%3A%2F%2Finstagram.com%2Frh-iron-lions) ![Email Badge](https://img.shields.io/badge/ironlions19922%40gmail.com-yellow?style=for-the-badge&logo=gmail&logoColor=%23edbe28&label=Email&labelColor=%23676767&color=%23edbe28&link=mailto%3Aironlions19922%40gmail.com) -**Contact Us At:** - -- @rh-iron-ions On Instagram -- ironlions19922@gmail.com - --- ## Table of Contents