public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
* [olang/patches/.build.yml] build failed
  2024-02-13 21:36 [PATCH olang] build: enable continuous integration through .build.yml Johnny Richard
@ 2024-02-13 20:34 ` builds.sr.ht
  2024-02-13 21:46 ` [PATCH olang v2] build: enable continuous integration through .build.yml Johnny Richard
  1 sibling, 0 replies; 4+ messages in thread
From: builds.sr.ht @ 2024-02-13 20:34 UTC (permalink / raw)
  To: Johnny Richard; +Cc: ~johnnyrichard/olang-devel

olang/patches/.build.yml: FAILED in 13s

[build: enable continuous integration through .build.yml][0] from [Johnny Richard][1]

[0]: https://lists.sr.ht/~johnnyrichard/olang-devel/patches/49459
[1]: mailto:johnny@johnnyrichard.com

✗ #1149170 FAILED olang/patches/.build.yml https://builds.sr.ht/~johnnyrichard/job/1149170

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH olang v2] build: enable continuous integration through .build.yml
  2024-02-13 21:46 ` [PATCH olang v2] build: enable continuous integration through .build.yml Johnny Richard
@ 2024-02-13 20:52   ` Carlos Maniero
  0 siblings, 0 replies; 4+ messages in thread
From: Carlos Maniero @ 2024-02-13 20:52 UTC (permalink / raw)
  To: Johnny Richard, ~johnnyrichard/olang-devel

Applied. Thanks!

To git.sr.ht:~johnnyrichard/olang
   4af568a..881aac0  main -> main

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH olang] build: enable continuous integration through .build.yml
@ 2024-02-13 21:36 Johnny Richard
  2024-02-13 20:34 ` [olang/patches/.build.yml] build failed builds.sr.ht
  2024-02-13 21:46 ` [PATCH olang v2] build: enable continuous integration through .build.yml Johnny Richard
  0 siblings, 2 replies; 4+ messages in thread
From: Johnny Richard @ 2024-02-13 21:36 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Johnny Richard

A small build pipeline with linter and compilation settings.

Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
---
 .build.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .build.yml

diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..35a5da8
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,12 @@
+image: archlinux
+packages:
+  - gcc
+  - make
+  - clang
+tasks:
+  - lint: |
+      cd olang
+      make linter
+  - build: |
+      cd olang
+      make
-- 
2.42.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH olang v2] build: enable continuous integration through .build.yml
  2024-02-13 21:36 [PATCH olang] build: enable continuous integration through .build.yml Johnny Richard
  2024-02-13 20:34 ` [olang/patches/.build.yml] build failed builds.sr.ht
@ 2024-02-13 21:46 ` Johnny Richard
  2024-02-13 20:52   ` Carlos Maniero
  1 sibling, 1 reply; 4+ messages in thread
From: Johnny Richard @ 2024-02-13 21:46 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Johnny Richard

A small build pipeline with linter and compilation settings.

Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
---

- V2: 
    fix repository link to enable git-clone

 .build.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 .build.yml

diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..3aebfcf
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,14 @@
+image: archlinux
+packages:
+  - gcc
+  - make
+  - clang
+sources:
+  - https://git.sr.ht/~johnnyrichard/olang
+tasks:
+  - lint: |
+      cd olang
+      make linter
+  - build: |
+      cd olang
+      make
-- 
2.42.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-13 20:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-13 21:36 [PATCH olang] build: enable continuous integration through .build.yml Johnny Richard
2024-02-13 20:34 ` [olang/patches/.build.yml] build failed builds.sr.ht
2024-02-13 21:46 ` [PATCH olang v2] build: enable continuous integration through .build.yml Johnny Richard
2024-02-13 20:52   ` Carlos Maniero

Code repositories for project(s) associated with this public inbox

	https://git.johnnyrichard.com/olang.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox