add: bump version
This commit is contained in:
parent
d3fd48b35a
commit
4b39631765
2 changed files with 1 additions and 7 deletions
|
@ -47,12 +47,6 @@ steps:
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
- name: show-log-valgrind
|
|
||||||
image: bash
|
|
||||||
pull: always
|
|
||||||
commands:
|
|
||||||
- cat tests/testing_latest/valgrind.log
|
|
||||||
|
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required (VERSION 3.7)
|
cmake_minimum_required (VERSION 3.7)
|
||||||
project(core
|
project(core
|
||||||
VERSION 0.3.4
|
VERSION 0.3.5
|
||||||
LANGUAGES C)
|
LANGUAGES C)
|
||||||
|
|
||||||
add_executable(core src/main.c)
|
add_executable(core src/main.c)
|
||||||
|
|
Loading…
Reference in a new issue