21 Commits

Author SHA1 Message Date
Sébastien Rombauts
5164de641d Rename the original build.yml to cmake.yml vs meson.yml
Rename all workflows with explicit names
2023-08-27 22:48:25 +02:00
Sébastien Rombauts
40638924e0 Set -DBUILD_SHARED_LIBS=ON by default on scripts and CI/CD 2023-08-18 22:35:26 +02:00
Sébastien Rombauts
e1bb204bab Use github.ref_name instead of github.ref for readability 2023-08-18 14:57:10 +02:00
Sébastien Rombauts
8f8029cb7e Minor changes to the Github "build" workflow
- improve readability of logs with better name and single line of script per "run:" step
- improve readability of the script itself with less "name: " and additional spaces around varnames
2023-08-18 14:41:12 +02:00
Jonathan Guzmán
45350eda5c
use checkout@v3
NodeJS 12 actions are deprecated, use a newer checkout action instead
2023-03-04 22:16:16 -06:00
Jonathan Guzmán
50703506e6
remove non required submodule 2023-02-12 17:12:12 -06:00
Jonathan Guzmán
43f74ef5a2
check if requires msvc 2023-02-12 17:06:58 -06:00
Jonathan Guzmán
82ac59d047
use chekout v3 as v2 is deprecated 2023-02-12 15:51:38 -06:00
Jonathan Guzmán
e8a052eaa0
fix compiler setup 2023-02-12 15:47:11 -06:00
Jonathan Guzmán
c31eae9887
use fallback sqlite3 2023-02-12 12:36:32 -06:00
Jonathan Guzmán
1af45bdd64
remove cmake specific options 2023-02-11 23:32:24 -06:00
Jonathan Guzmán
4e0a30ee45
add clang compile options in Windows and Ubuntu 2023-02-11 23:27:31 -06:00
Jonathan Guzmán
9ec7801630
install ninja build via pip 2023-02-11 23:14:24 -06:00
Jonathan Guzmán
35761c96b1
add meson CI 2023-02-11 23:10:52 -06:00
Sébastien Rombauts
4e03e590c4 Add an explicit generator to the matrix config of Github Actions to handle MinGW Makefiles 2022-12-17 14:15:49 +01:00
Sébastien Rombauts
833f007a0b Fix Github Actions subdir example to also triggers on pull requests
Also fix the introduced mixed endlines
2022-12-12 09:17:28 +01:00
Sébastien Rombauts
cd5f3ff085 Fix Github Actions to also triggers on pull requests
Not only on push from myself!
2022-12-12 09:12:28 +01:00
Sébastien Rombauts
ce6dd9b822 Fix Github Actions build failing on "Ubuntu 16.04 GCC" for 3 months 2022-01-07 16:22:25 +01:00
Sébastien Rombauts
4f85b8b2c8 Fix Github Actions build failing on "Ubuntu 16.04 GCC" for 3 months 2022-01-07 16:21:26 +01:00
Sébastien Rombauts
adad71b1db Add an example2 based on SQLiteCpp_Example repository
Demonstrates how to use SQLiteCpp as a subdirectory (out of tree) of a CMake project.
2020-01-29 23:29:13 +01:00
Sébastien Rombauts
8e0bd6b3fe Add a simple Github Actions workflow build script 2020-01-02 00:04:06 +01:00