File tree 4 files changed +21
-26
lines changed
4 files changed +21
-26
lines changed Original file line number Diff line number Diff line change
1
+ name : Compile and test
2
+
3
+ on :
4
+ - pull_request
5
+ - push
6
+
7
+ jobs :
8
+ build :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : actions/checkout@v3
12
+ - name : Configure
13
+ run : cmake -DCMAKE_BUILD_TYPE=Release -G 'Unix Makefiles' .
14
+ - name : Build
15
+ run : make VERBOSE=1
16
+ - name : Test
17
+ run : make VERBOSE=1 ARGS=--verbose test
Original file line number Diff line number Diff line change 1
1
Makefile
2
2
CMakeCache.txt
3
3
* .cmake
4
+ * .a
4
5
CMakeFiles
5
- /tests /test_hsluv
6
+ /Testing
7
+ /tests /test_hsluv
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.org /hsluv/hsluv-c. svg?branch=master )] ( https://travis-ci.org /hsluv/hsluv-c )
1
+ [ ![ Build Status] ( https://github.com /hsluv/hsluv-c/actions/workflows/test.yml/badge. svg )] ( https://github.com /hsluv/hsluv-c/actions/workflows/test.yml )
2
2
3
3
# HSLuv-C: Human-friendly HSL
4
4
You can’t perform that action at this time.
0 commit comments