Skip to content

beatrubi/hello

Repository files navigation

hello

Simple hello world in C including Makefile and CI/CD definitions for various Git providers.

25.5.2021 Beat Rubischon beat@0x1b.ch - initial version

4.8.2022 Beat Rubischon beat@0x1b.ch - add CI/CD integration

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Directory content:

.
├── README.md									This file
├── COPYING                   License
├── .gitignore                Ignore OS X stuff
├── .github
│   └── workflows
│       ├── ci-cd.yml         GitHub CI/CD
├── .gitlab-ci.yml            GitLab CI/CD
├── bitbucket-pipelines.yml   Bitbucket CI/CD
├── Makefile                  Makefile
└── hello.c                   Source

For the pipeline output see:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published