Skip to content

CISC-CMPE-327/CI-C-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI-C-CPP

CPP/C CI Github action workflow

Folder structure:

C:.
│   .gitignore
│   LICENSE
│   main.c
│   makefile  ============> compile scripts, test scripts etc.
│   README.md
│   run_test.bash ==========> testing script.
└───.github
│   └───workflows
│           ccpp.yml =============> define your workflow.
│ 
│ 
└───testcases
    ├───r1
    │       expected_terminal_output.txt
    │       terminal_input.txt
    │
    └───r2
            expected_file_output.txt
            expected_terminal_output.txt
            terminal_input.txt

To compile:

make

To test

make test

Clean up

make clean

About

CPP/C CI Github action workflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published