-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
48 lines (43 loc) · 1.02 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# https://endoflife.date/python
# https://hub.docker.com/_/python
python:
dockerImage: python:3.11
scriptInvoker: python
ignoreFiles:
- __init__.py
- helpers.py
# https://releases.rs/
# https://hub.docker.com/_/rust
rust:
dockerImage: rust:1.73
scriptInvoker: cargo run --manifest-path ./src/rust/Cargo.toml --bin
envVars: RUST_BACKTRACE=1
useShortScriptName: true
ignoreFiles:
- Cargo.lock
- Cargo.toml
# https://endoflife.date/go
# https://hub.docker.com/_/golang
go:
dockerImage: golang:1.21
scriptInvoker: go test
scriptSuffix: ./src/go/helpers.go
ignoreFiles:
- go.mod
- helpers.go
# https://endoflife.date/ruby
# https://hub.docker.com/_/ruby
ruby:
dockerImage: ruby:3.2
scriptInvoker: ruby
# https://endoflife.date/nodejs
# https://hub.docker.com/_/node/
js:
dockerImage: node:20
scriptInvoker: node
# TODO: not yet implemented
# https://endoflife.date/oracle-jdk
# https://hub.docker.com/_/amazoncorretto
java:
dockerImage: amazoncorretto:21
scriptInvoker: java bla bla bla