You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2020/03/27 05:07:21 UTC

[incubator-datasketches-cpp] branch ci_test updated: check if cmake finds cppunit's repo.

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch ci_test
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git


The following commit(s) were added to refs/heads/ci_test by this push:
     new b69a8e7  check if cmake finds cppunit's repo.
b69a8e7 is described below

commit b69a8e7b236f533e0537d05098f66662a9a673ac
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Thu Mar 26 22:07:16 2020 -0700

    check if cmake finds cppunit's repo.
    
    don't really expect this to work
---
 .github/workflows/build_cmake.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 79bce40..f9f38fa 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -25,10 +25,17 @@ jobs:
           }            
             
     steps:
+      - name: Checkout
       - uses: actions/checkout@v2
         with:
           submodules: true
 
+      - name: Checkout CppUnit
+        uses: actions/checkout@v2
+        with:
+          repository: Ultimaker/CppUnit
+          path: cppunit 
+
       - name: configure
         run: mkdir build && cd build && cmake .. -D WITH_PYTHON=1
       - name: build


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org