Skip to content

Commit

Permalink
blibs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bocianu committed Jun 5, 2024
1 parent 6ea7cb7 commit 0ae5f95
Show file tree
Hide file tree
Showing 61 changed files with 6,522 additions and 7,056 deletions.
7 changes: 7 additions & 0 deletions blibs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.lst
*.xex
*.a65
*.opt
*.dat
test*
pasdoc
16 changes: 16 additions & 0 deletions blibs/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
image: node:8.11.3

pages:
script:
- git clone https://gitlab.com/bocianu/pasdoc.git
- mkdir .public
- cd pasdoc
- npm install
- node pasdoc.js .. -o ../.public
- cd ..
- mv .public public
artifacts:
paths:
- public
only:
- master
Loading

0 comments on commit 0ae5f95

Please sign in to comment.