From 22cf22ef672fe0b7c71cc32fa5983184df147623 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Tue, 29 Mar 2022 16:59:13 -0400 Subject: [PATCH] update --- .github/workflows/reusable-release.yml | 7 +++++++ .gitignore | 7 +++++-- CI-build-test.groovy | 4 ++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-release.yml b/.github/workflows/reusable-release.yml index bc296d5..9517220 100644 --- a/.github/workflows/reusable-release.yml +++ b/.github/workflows/reusable-release.yml @@ -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 diff --git a/.gitignore b/.gitignore index 1d839d4..07e005e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ -/.settings +.settings /.project /.classpath /.cproject /cache/ -/*.class \ No newline at end of file +/*.class +/ +.settings +/ diff --git a/CI-build-test.groovy b/CI-build-test.groovy index 2986561..2f7cfb3 100644 --- a/CI-build-test.groovy +++ b/CI-build-test.groovy @@ -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