Skip to content

Commit 436c499

Browse files
danielfullmerDaniel Fullmer
authored andcommitted
Add gitlab CI file
1 parent 3b78946 commit 436c499

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
build:
2+
script: nix-shell -I nixpkgs=https://github.com/nixos/nixpkgs/archive/fbfb79400a08bf754e32b4d4fc3f7d8f8055cf94.tar.gz -p yarn --run "yarn install && yarn run release && yarn pack"
3+
tags:
4+
- nix
5+
artifacts:
6+
paths:
7+
- openapi-typescript-codegen-v0.9.3.tgz

0 commit comments

Comments
 (0)