Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 279 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 279 Bytes

ci-test

"Hello World" for testing CI frameworks

Introduction

This repository is for experimenting with various CI build systems.

How to build

Use your favorite C compiler to build the hello world.

   cd hello_world
   gcc hello.cc
   ./a.out
   Hello world!