public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/elt-patches:master commit in: .github/workflows/
Date: Fri, 15 Nov 2024 04:16:50 +0000 (UTC)	[thread overview]
Message-ID: <1731644186.e18736795f935f340c638d48c7b39c23d3e78c2f.sam@gentoo> (raw)

commit:     e18736795f935f340c638d48c7b39c23d3e78c2f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 04:16:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 04:16:26 2024 +0000
URL:        https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=e1873679

ci: add basic 'make check' workflow

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .github/workflows/build.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
new file mode 100644
index 0000000..502583d
--- /dev/null
+++ b/.github/workflows/build.yml
@@ -0,0 +1,19 @@
+# GitHub actions workflow.
+# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
+
+name: CI
+
+on: [pull_request, push]
+
+jobs:
+  make:
+    steps:
+    - name: Install dependencies
+      run: |
+        sudo apt-get update
+        sudo apt-get install -y build-essential autoconf
+        esac
+    - uses: actions/checkout@v4
+    - name: Run tests
+    - run: |
+        make check


             reply	other threads:[~2024-11-15  4:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-15  4:16 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-15  4:17 [gentoo-commits] proj/elt-patches:master commit in: .github/workflows/ Sam James
2024-11-15  4:17 Sam James
2024-11-15  4:18 Sam James
2024-11-15  4:19 Sam James
2024-11-15  4:25 Sam James
2024-11-15  4:26 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1731644186.e18736795f935f340c638d48c7b39c23d3e78c2f.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox