Skip to content

Commit

Permalink
add gleam spec
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed May 23, 2024
1 parent 784ad6f commit 9325657
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,18 @@ elixir:
fpc:
use: 'pascal'

gleam:
image: 'ghcr.io/gleam-lang/gleam:nightly'
filename: 'main.gleam'
cmd: '/bin/ash -c "gleam new /tmp/ranna --name ranna > /dev/null && mv main.gleam /tmp/ranna/src/ranna.gleam && cd /tmp/ranna && gleam build > /dev/null && gleam run"'
language: 'gleam'
example: |-
import gleam/io
pub fn main() {
io.println("hello, friend!")
}
goat:
image: 'zekro/goat:latest'
cmd: '--no-color main.goat'
Expand Down

0 comments on commit 9325657

Please sign in to comment.