Skip to content

Commit

Permalink
Update github action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetAdmin committed Apr 11, 2021
1 parent 7fea4d7 commit 79bf7cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 87 deletions.
13 changes: 13 additions & 0 deletions script/ci/github-action/build_single.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#! /bin/bash

this_path="$(dirname "$(realpath "$0")")"
project_path=$this_path/../../../

source "$this_path/build_zjuthesis.sh"

echo "CD $project_path"
cd "$project_path" || exit 1

mkdir -p dist

build_zjuthesis "$@"
87 changes: 0 additions & 87 deletions script/ci/travis-ci/build_all.sh

This file was deleted.

0 comments on commit 79bf7cc

Please sign in to comment.