-
-
Notifications
You must be signed in to change notification settings - Fork 1
28 lines (28 loc) · 973 Bytes
/
vm-dfbsd.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
{
"jobs": {
"vm-dflybsd": {
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/[email protected]"
},
{
"run": "(git gc --quiet || :)"
},
{
"uses": "vmactions/[email protected]",
"with": {
"copyback": false,
"mem": 2048,
"run": ": \"${CC=cc}${CXX=c++}${CFLAGS=-O2}${CXXFLAGS=-O2}\"; export LDFLAGS; sh mkt-int.sh $CC $CPPFLAGS $CFLAGS -Wall -Wextra -Wformat -DMBSDINT_H_WANT_PTR_IN_SIZET -DMBSDINT_H_WANT_SIZET_IN_LONG -DMBSDINT_H_WANT_INT32 -DMBSDINT_H_WANT_LRG64 -DMBSDINT_H_WANT_SAFEC && exec sh mkt-int.sh -cxx $CXX $CPPFLAGS $CXXFLAGS -Wall -Wextra -Wformat -DMBSDINT_H_WANT_PTR_IN_SIZET -DMBSDINT_H_WANT_SIZET_IN_LONG -DMBSDINT_H_WANT_INT32 -DMBSDINT_H_WANT_LRG64 -DMBSDINT_H_WANT_SAFEC",
"usesh": true
}
}
]
}
},
"name": "vm-dfbsd",
"on": {
"workflow_dispatch": null
}
}