mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Added CI script, updated dependencies, and fixed bugs
-Added CI yaml file for workflows -Added `doctest` as dependency -Added test target executable to CMakeLists.txt -Renamed `bin` scripts to remove `gdpm*` prefix -Updated `SQLite 3` dependency in CMakeLists.txt -Implement basic unit testing in `tests/basic.cpp` -Fixed issue with handling `fmt` strings
This commit is contained in:
parent
e36f0aee79
commit
e048a762b2
22 changed files with 169 additions and 38 deletions
|
|
@ -1,11 +1,11 @@
|
|||
|
||||
// Godot Package Manager (GPM)
|
||||
|
||||
#include "constants.hpp"
|
||||
#include "log.hpp"
|
||||
#include "config.hpp"
|
||||
#include "package_manager.hpp"
|
||||
|
||||
|
||||
int main(int argc, char **argv){
|
||||
gdpm::package_manager::initialize(argc, argv);
|
||||
gdpm::package_manager::execute();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue