Skip to content

Commit

Permalink
adding Gitlab CI for repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoo980 committed Dec 27, 2019
2 parents 0e2b273 + 7ff566a commit 8f5fc0e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
image: node:latest

before_script:
- apt-get update -qq && apt-get install

stages:
- build

Build:
stage: build
script:
- yarn install
- yarn build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TypeScript.ts
# TypeScript.ts ![build-status](https://gitlab.com/jamesyoo/TypeScript-ts/badges/master/pipeline.svg)

This is a repository for CPSC 410: Advanced Software Engineering. This DSL should enable developers to generate/bootstrap TypeScript projects from scratch using a small grammar. Development is currently in the early phases, so changes to this repo will be constant.

Expand Down

0 comments on commit 8f5fc0e

Please sign in to comment.