Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Add Linux CI for kmp-advcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
Cach30verfl0w committed Jun 12, 2024
1 parent aa0dc47 commit 9374990
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/kmp-advcrypto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: kmp-advcrypto
on:
push:

jobs:
build:
name: Build and Test (Linux/x64)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
architecture: 'x64'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
- name: Build and Test
run: ./gradlew :kmp-advcrypto:cleanLinuxX64Test :kmp-advcrypto:linuxX64Test
Binary file added bin/act
Binary file not shown.

0 comments on commit 9374990

Please sign in to comment.