Skip to content

Commit

Permalink
Update circle-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Dec 2, 2022
1 parent 4501ee5 commit fa78942
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
name: Restore GHC Cache
keys:
- ghc-{{checksum "/ws/atomspace/opencog/haskell/stack.yaml"}}-{{ arch }}
- run:
name: Install Unify
command: |
git clone --depth 1 https://github.com/$CIRCLE_PROJECT_USERNAME/unify /ws/unify
mkdir -p /ws/unify/build
cd /ws/unify/build && cmake .. && make -j2 && make -j2 install
ldconfig
- restore_cache:
name: Restore Haskell Deps Cache
keys:
Expand Down Expand Up @@ -77,6 +84,7 @@ jobs:
paths:
- cogutil
- atomspace
- unify
- ure
- ccache

Expand Down Expand Up @@ -104,6 +112,9 @@ jobs:
- run:
name: Install AtomSpace
command: cd /ws/atomspace/build && make -j2 install && ldconfig
- run:
name: Install Unify
command: cd /ws/unify/build && make -j2 install && ldconfig
- run:
name: Install URE
command: cd /ws/ure/build && make -j2 install && ldconfig
Expand Down Expand Up @@ -201,6 +212,9 @@ jobs:
- run:
name: Install AtomSpace
command: cd /ws/atomspace/build && make -j2 install && ldconfig
- run:
name: Install Unify
command: cd /ws/unify/build && make -j2 install && ldconfig
- run:
name: Install URE
command: cd /ws/ure/build && make -j2 install && ldconfig
Expand Down Expand Up @@ -259,6 +273,9 @@ jobs:
- run:
name: Install AtomSpace
command: cd /ws/atomspace/build && make -j2 install && ldconfig
- run:
name: Install Unify
command: cd /ws/unify/build && make -j2 install && ldconfig
- run:
name: Install URE
command: cd /ws/ure/build && make -j2 install && ldconfig
Expand Down

0 comments on commit fa78942

Please sign in to comment.