Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danbugs/dansay
This is a test application for CI/CD for C++ console apps.
https://github.com/danbugs/dansay
ci-cd cpp test
Last synced: about 1 month ago
JSON representation
This is a test application for CI/CD for C++ console apps.
- Host: GitHub
- URL: https://github.com/danbugs/dansay
- Owner: danbugs
- Created: 2022-01-22T20:57:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T06:22:36.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T17:01:16.877Z (8 months ago)
- Topics: ci-cd, cpp, test
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dansay
This is a test application for CI/CD for C++ console apps.
These are the supported targets:
- linux target: x86_64-unknown-linux-gnu
- windows target: x86_64-pc-windows-msvc
- osx target: x86_64-apple-darwin17.7.0## How to install on MacOS and Linux?
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/danbugs/dansay/main/install.sh)"
```## How to install on Windows?
```
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/danbugs/dansay/main/install.ps1'))
```## How to use?
If you enter:
```
dansay hello
```... You get:
```
hello
```