-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
28 lines (21 loc) · 917 Bytes
/
Makefile
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
check-docs:
scala-cli compile README.md *.scala
tests:
cs launch sn-vcpkg --contrib -- scala-cli curl s2n openssl zlib --rename curl=libcurl -- test .
publish-snapshot:
scala-cli config publish.credentials s01.oss.sonatype.org env:SONATYPE_USERNAME env:SONATYPE_PASSWORD
scala-cli publish . -S 3.3.3 --signer none
publish:
scala-cli config publish.credentials s01.oss.sonatype.org env:SONATYPE_USERNAME env:SONATYPE_PASSWORD
./.github/workflows/import-gpg.sh
scala-cli publish . -S 3.3.3 --signer gpg --gpg-key 15A7215B6CD4016A
code-check:
scala-cli fmt *.scala test/*.scala --check
run-example:
cs launch sn-vcpkg --contrib -- scala-cli curl s2n openssl zlib --rename curl=libcurl -- run README.md *.scala -M helloWorld
pre-ci:
scala-cli fmt *.scala test/*.scala
smithy4s:
cd test && \
rm -rf httpbin && \
cs launch smithy4s --contrib -- generate httpbin.smithy --skip resource --skip openapi