This adds an archive step to `build.sh` and adds `build/web`. The archive is a tgz that contains the contents of `public`, which only consists of the files needed for a simple static web server. The files in `build/web` are almost identical to the mac build, except that they use the `/web/` path and install the emscripten SDK.
10 lines
201 B
INI
10 lines
201 B
INI
# Format: //devtools/kokoro/config/proto/build.proto
|
|
|
|
action {
|
|
define_artifacts {
|
|
regex: "github/filament/out/*.tgz"
|
|
strip_prefix: "github/filament/out"
|
|
regex: "**/*sponge_log.xml"
|
|
}
|
|
}
|