summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-03-30 16:14:29 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-03-30 16:14:29 +0200
commitbedef52de7caf09c07eeadce2544886f9b8078f6 (patch)
tree72fbbadc1be0396985578c58bd495bee16857be2
parent0009d6e587ff18f57a0d5588bd2727bf219787b4 (diff)
downloadATCD-bedef52de7caf09c07eeadce2544886f9b8078f6.tar.gz
Add ipv6/ssl/xerces
* .github/workflows/ccpp.yml:
-rw-r--r--.github/workflows/ccpp.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 96a231ff07f..c5b0236814e 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -23,15 +23,21 @@ jobs:
repository: DOCGroup/MPC
ref: master
fetch-depth: 1
+ - name: Add packages
+ run: |
+ sudo apt-get --yes update
+ sudo apt-get --yes install libxerces-c-dev libssl-dev ${{ matrix.PackageDeps }}
- name: create $ACE_ROOT/ace/config.h
run: |
- echo ${env:ACE_ROOT}
- echo ${env:GITHUB_WORKSPACE}
'#include "ace/config-linux.h"' > ${env:ACE_ROOT}/ace/config.h
shell: pwsh
- name: create $ACE_ROOT/include/makeinclude/platform_macros.GNU
run: |
- 'include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU' > ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
+ 'ipv6=1' > ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
+ 'xerces3=1' > ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
+ 'ssl=1' > ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
+ 'c++11=1' > ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
+ 'include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU' >> ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
shell: pwsh
- name: Run mwc.pl on $(TAO_ROOT)/TAO_ACE.mwc
run: |