Files
filament/build/web/common.cfg
Philip Rideout 837e01e5a9 Prep for WebGL on Kokoro. (#215)
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.
2018-09-06 14:30:25 -07:00

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"
}
}