forked from cat/WebBase
Removed git residiue from QD5
This commit is contained in:
24
libs/QuickDigest5/.github/workflows/build.yml
vendored
24
libs/QuickDigest5/.github/workflows/build.yml
vendored
@@ -1,24 +0,0 @@
|
|||||||
name: Build CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Build Example
|
|
||||||
run: |
|
|
||||||
mkdir dist
|
|
||||||
g++ -Weffc++ -Wall -Wpedantic -o dist/simple_example -Iinclude src/*.cpp examples/simple_example.cpp
|
|
||||||
|
|
||||||
- name: Test MD5 Output Hash
|
|
||||||
run: |
|
|
||||||
dist/simple_example dist/simple_example
|
|
||||||
md5sum dist/simple_example
|
|
2
libs/QuickDigest5/.gitignore
vendored
2
libs/QuickDigest5/.gitignore
vendored
@@ -1,2 +0,0 @@
|
|||||||
.vscode/
|
|
||||||
dist/
|
|
Reference in New Issue
Block a user