mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Fixed small issues and updated GitHub CI
-Make package manager functions return error -Added Jenkensfile CI for testing purposes -Updated the github CI for testing purposes
This commit is contained in:
parent
5ffce72fa5
commit
072a118c9d
10 changed files with 107 additions and 32 deletions
|
|
@ -14,6 +14,7 @@ namespace gdpm{
|
|||
|
||||
int get_code() const { return m_code; }
|
||||
std::string get_message() const { return m_message; }
|
||||
bool has_error() const { return m_code != 0; }
|
||||
|
||||
private:
|
||||
int m_code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue