Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Mar 29, 2022
1 parent d99e6f0 commit 22cf22e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/reusable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Link source Into Workspace
run: |
mkdir -p $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
ln -s . $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
ls -al $HOME/bowler-workspace/gitcache/github.com/
ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
- name: Install libraries
run: |
sudo apt update
Expand Down
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/.settings
.settings
/.project
/.classpath
/.cproject
/cache/
/*.class
/*.class
/
.settings
/
4 changes: 4 additions & 0 deletions CI-build-test.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import eu.mihosoft.vrl.v3d.CSG
import eu.mihosoft.vrl.v3d.Cylinder
import eu.mihosoft.vrl.v3d.Hexagon

CSG simpleSyntax =new Cylinder(10,40).toCSG() // a one line Cylinder

//create a Cylinder
Expand Down

0 comments on commit 22cf22e

Please sign in to comment.