Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action_Build_Conan_Dependencies

Github Action for building Conan 2 dependencies

This action is intended to be used for CPR internal purposes. Use by anyone else is at your own risk, consider this repository not stable.

- uses: CommonplaceRobotics/Action_Build_Conan_Dependencies/Linux_x86_64@v1
  with:
	lockfile: 'conan_linux.lock'
	cache_key: conan-${{ runner.os }}-${{ hashFiles('**/conan_linux.lock', '**/conanfile.py') }}
- uses: CommonplaceRobotics/Action_Build_Conan_Dependencies/Linux_armv8_32@v1
  with:
	lockfile: 'conan_linux.lock'
	cache_key: conan-${{ runner.os }}-${{ hashFiles('**/conan_linux.lock', '**/conanfile.py') }}
- uses: CommonplaceRobotics/Action_Build_Conan_Dependencies/Windows@v1
  with:
	lockfile: 'conan_windows.lock'
	cache_key: conan-${{ runner.os }}-${{ hashFiles('**/conan_windows.lock', '**/conanfile.py') }}

About

Github Action for building Conan 2 dependencies

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors