You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/03/04 01:05:27 UTC

[GitHub] [trafficserver] maskit commented on a change in pull request #7575: add GitHub workflow configuration

maskit commented on a change in pull request #7575:
URL: https://github.com/apache/trafficserver/pull/7575#discussion_r586931520



##########
File path: .github/workflows/c-cpp.yml
##########
@@ -0,0 +1,23 @@
+name: C/C++ CI
+
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
+
+jobs:
+  build:
+
+    runs-on: macos-latest
+
+    steps:
+    - uses: actions/checkout@v2
+    - name: configure
+      run: brew install automake openssl llvm; autoreconf -if; CC=/usr/local/Cellar/llvm/11.1.0/bin/clang CXX=/usr/local/Cellar/llvm/11.1.0/bin/clang++ ./configure --with-openssl=/usr/local/Cellar/openssl\@1.1/1.1.1j

Review comment:
       I don't think I made this link by myself.
   ```
   $ ll /usr/local/opt/openssl@1.1
   lrwxr-xr-x  1 mkitajo  admin  28 Mar  3 13:29 /usr/local/opt/openssl@1.1 -> ../Cellar/openssl@1.1/1.1.1j
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org