Skip to content
Snippets Groups Projects
Commit 78c5d01e authored by Lais Frigerio's avatar Lais Frigerio
Browse files

Modified the agent test from gitlab ci to build libcurl statically

parent 35a9cc79
No related branches found
No related tags found
2 merge requests!51Merge development to master,!38Issue#12: Create and install agent zip file in a temporary directory - /tmp
Pipeline #
......@@ -31,7 +31,7 @@ compile:
- git submodule update --init --recursive
- mkdir build
- cd build
- cmake -DPRINT_JSON=ON ..
- cmake -DCURL_STATICLIB=ON -DPRINT_JSON=ON ..
- make
testDebian:
......
......@@ -29,8 +29,10 @@
int main() {
#ifdef UPDATE_JSON
std::cout << "datasid-conf.json"<<
boost::filesystem::file_size("/home/lais/agent/conf/datasid-conf.json");
#endif
datasid_agent();
send_inventory();
send_net_bandwidth();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment