Newer
Older
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
- curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
- yum -y install nodejs
- tsc --target es2017 start.ts || true
- tsc --target es2017 loaddir.ts || true
# - tsc --target es2017 LoadFile.ts || true
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master