| commit | 89bbfb3b155dda0d9b4526e991ca11adf9a70d2c | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Feb 03 18:29:48 2024 +0100 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Feb 03 18:31:48 2024 +0100 |
| tree | e14b11f03ea33bde014a1a1c6566977cc3661907 | |
| parent | b43a518abdf57850044a06050c94dfae7af4545c [diff] [blame] |
Add gitlab ci workflow
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..63792b4 --- /dev/null +++ b/.gitlab-ci.yml
@@ -0,0 +1,26 @@ +image: node:latest + +stages: + - test + - package + +cache: + paths: + - node_modules/ + +before_script: + - npm install + +test: + stage: test + script: + - npm test + +package: + stage: package + script: + - npm run pkg-linux + - npm run pkg-macos + artifacts: + paths: + - bin/