projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fc3a5a
)
Attempt at setting up ci.
author
Eric S. Raymond
<esr@thyrsus.com>
Fri, 10 Feb 2023 01:05:09 +0000
(20:05 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Fri, 10 Feb 2023 01:05:09 +0000
(20:05 -0500)
.gitlab-ci.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitlab-ci.yml
b/.gitlab-ci.yml
new file mode 100644
(file)
index 0000000..
763985c
--- /dev/null
+++ b/
.gitlab-ci.yml
@@ -0,0
+1,11
@@
+image: ubuntu
+
+before_script:
+ - apt-get update
+ - apt-get -qy upgrade
+ - apt-get -y install make python2 python3 pylint
+
+test:
+ script:
+ - echo "Running as ${USER:-root}"
+ - make check