branch: externals/beardbolt
commit 1b015e8d9b90c082d200aecf862311973046ce0f
Author: Jay Kamat <[email protected]>
Commit: Jay Kamat <[email protected]>
Update ci to use alpine directly
---
.gitlab-ci.yml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d58ba83b70..cb4b516d82 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,8 +2,12 @@ stages:
- test
test:
- image: jgkamat/emacs:25.2-cask
+ image: alpine:3.15
stage: test
+ before_script:
+ - export PATH="/root/.cask/bin:$PATH"
script:
- - cask
- - cask exec ert-runner
+ - apk update && apk add openssh make git curl python3 emacs openssh bash git
stow
+ - git clone https://github.com/cask/cask ~/.cask
+ - cask install
+ - cask exec ert-runner