Sébastien Rombauts
77a69647c9
Remove Github build on Ubuntu 20.04
...
This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see https://github.com/actions/runner-images/issues/11101
2025-05-19 21:32:55 +02:00
Sébastien Rombauts
69771bf222
Test linking with builtin libsqlite3-dev package on Ubuntu ( #485 )
2024-08-19 08:58:20 +02:00
Sébastien Rombauts
2644c311dd
Test linking with builtin sqlite3 library on Ubuntu and macOS
...
Using -DSQLITECPP_INTERNAL_SQLITE=OFF -DSQLITE_OMIT_LOAD_EXTENSION=ON
2024-08-18 22:31:12 +02:00
Sébastien Rombauts
181e5faa8f
Use explicit versions of Ubuntu images instead of latest
...
To test more versions
2024-08-18 00:00:08 +02:00
dependabot[bot]
feda773a42
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-17 06:18:21 +00:00
Sébastien Rombauts
4f7b667d02
Add a Github Dependabot config file
...
https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2024-08-16 22:01:18 +02:00
Jonathan Guzmán
7fa2536cf6
use pipx instead of pip3
...
pip3 have a warning regarding package breackage, as pip is used to install final applications pipx can be used as an drop-in replacement
2024-08-13 23:56:52 -06:00
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