Skip to content

GunaKKIBM is testing out GitHub Actions 🚀 #3

GunaKKIBM is testing out GitHub Actions 🚀

GunaKKIBM is testing out GitHub Actions 🚀 #3

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ppc64le
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- run: git clone https://github.com/sudeeshjohn/ceph.git
- run: cd ceph
- run: ls
- run: ./do_cmake.sh -DCMAKE_BUILD_TYPE=RelWithDebInfo
- run: echo "🍏 This job's status is ${{ job.status }}."