[Scummvm-git-logs] scummvm-tools master -> e92a5600f67fd416fb638d2343726e451e89e243

sev- noreply at scummvm.org
Thu Dec 22 11:10:51 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
e92a5600f6 CI: github actions CI


Commit: e92a5600f67fd416fb638d2343726e451e89e243
    https://github.com/scummvm/scummvm-tools/commit/e92a5600f67fd416fb638d2343726e451e89e243
Author: Die4Ever (die4ever2005 at gmail.com)
Date: 2022-12-22T12:10:47+01:00

Commit Message:
CI: github actions CI

Changed paths:
  A .github/workflows/ci.yml


diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 00000000..e4638535
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,21 @@
+name: CI
+on: [push, pull_request]
+
+jobs:
+  Ubuntu:
+    runs-on: ubuntu-latest
+    defaults:
+      run:
+        # Must be explicit for proper pipefail support
+        shell: bash
+    steps:
+      - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
+
+      - name: Check out repository code
+        uses: actions/checkout at v3
+      
+      - run: sudo apt install libboost-all-dev
+      - run: ./configure
+      - run: make -j $(nproc)
+
+      - run: echo "🍏 This job's status is ${{ job.status }}."




More information about the Scummvm-git-logs mailing list