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

Skip to content

abel0b/setup-premake

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-premake

GitHub action to setup premake on Linux, Windows and MacOS.

Usage

To setup premake, add a step to your GitHub workflow configuration :

- uses: abel0b/[email protected]
  with:
    version: "5.0.0-beta2"

Premake is added to the path so you can run any premake commands after. For example, to compile your project using gmake2 generator, add a step :

- name: Compile my project
  run:
    - premake5 gmake2
    - make

By default, premake is installed in .premake directory relative to the GitHub workspace. You can optionnally change it using the path input.

About

GitHub action to setup premake5

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 6