Skip to content

0Tech/example-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-github-actions

license test nightly

Usage

You have to pull the Docker image or you can build one on your own. Please refer to Build section if you want to build your image.

You can, for example, evaluate 1 + 1 as below:

docker run ghcr.io/0tech/example-github-actions 1 + 1

Build

Linux

You need to install the required packages before the following step. If you have no idea or want to maintain your environment clean, I recommend you to use Docker.

This project uses CMake, so you can build it as below:

cmake -S . -B build
cmake --build build

Docker

You need to install Docker first. And build the image as below:

docker build -t example-github-actions --target final .

About

Example of github actions

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors