Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NEVSTOP-LAB/vipm-BuildViPackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vipm-BuildViPackage

use lvcicd:BuildDailyVIP to build vipm package.

How to Use it:

      # Runs a set of commands using the runners shell
      - name: BuildDailyVIP
        id: build-vip
        uses: NEVSTOP-LAB/vipm-BuildViPackage@main
        with:
          LabVIEW_Version: 2017
          VipbPath: ${{ github.workspace }}

      - name: Upload a Build Artifact
        uses: actions/[email protected]
        with:
          # Artifact name
          name: ${{ steps.build-vip.outputs.vipName }}
          path: ${{ steps.build-vip.outputs.vipPathName }}
          # The desired behavior if no files are found using the provided path.
          if-no-files-found: warn
          retention-days: 90

About

lvcicd: BuildDailyVIP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published