Skip to content

Commit

Permalink
Make the nightly script create the build-info file for now :)
Browse files Browse the repository at this point in the history
Signed-off-by: Mimoja <git@mimoja.de>
  • Loading branch information
Mimoja committed May 7, 2021
1 parent b66f602 commit 7d8441a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions nightly_build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/bin/bash

cd /d/admin/code/de1app
git pull
git pull --recurse-submodules
cd ../de1app
git fetch --recurse-submodules
git checkout origin/main -B main --force
# This will update this script as it lives in misc
git submodule update --init --recursive

cd de1plus
../misc/makede1.tcl 1 >/d/nightly.log 2>&1
../misc/create_build_info.sh 1 >/d/nightly.log 2>&1
../misc/makede1.tcl 1 >>/d/nightly.log 2>&1
cat /d/nightly.log

0 comments on commit 7d8441a

Please sign in to comment.